Question: Write a Python program that calculates the amount of pay due an employee, based on the hourly wage and number of hours worked. First, prompt
Write a Python program that calculates the amount of pay due an employee, based on the hourly wage and number of hours worked. First, prompt the user to enter the hourly wage. Then ask how many hours the employee worked in the last week. Be sure to accept fractional hours. Any overtime work (over 40 hours) is paid at 150% of the regular wage. Compute and print the amount due the employee*.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
