Welcome to the practical portion of your Version Control Systems Midterm.
Scenario: You have been assigned to fix critical bugs in the company's payroll module. The current code is broken and causing incorrect calculations for Tax, Insurance, and Bonuses.
- Fork this repository to your own GitHub account.
- Clone your forked repository to your local machine.
- Open
salary.pyand fix the 3 bugs using the hints provided in the comments.- Tax: Fix logic for 15% tax bracket.
- Insurance: Fix logic for 5% deduction.
- Bonus: Fix logic for 5-year seniority bonus.
- Test Locally: Run
python test_salary.pyto verify your fixes. - Commit & Push: Push your changes to your GitHub repository.
- Verify: Check the "Actions" tab on GitHub to ensure the auto-grader passes (Green Checkmark).
- Submit: Invite
honorezemaghoas a collaborator.
Good Luck!