Question: Python 3 Provide an algorithm to show the steps you would take to calculate and display the gross pay for an hourly paid employee (including

Python 3 Provide an algorithm to show the steps you would take to calculate and display the gross pay for an hourly paid employee (including overtime). You will need to know a couple of things before getting started. The base hours per week are 40. The overtime multiplier is 1.5 (time and a half for all hours over the base). You will need to prompt the user for the hours worked and the hourly pay rate. Then you will calculate and display the gross pay with overtime (if applicable)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
