Week 3 - Expand Pseudo Code
The accounting office indicated the code must be able to handle overtime hours. Add functionality to your pseudo code so that if more than 40 hours are worked, the hours over 40 receive time and a half (1.5 * pay rate). Your new output will need to display the name, regular hours worked, overtime hours worked, normal pay, overtime pay, and total pay.