Python Gross Pay Lab Write a program that will calculate a person's gross pay. The user will input their name, the hours they worked and the rate of their hourly pay. Use an if statement to determine...

Python Gross Pay Lab Write a program that will calculate a person's gross pay. The user will input their name, the hours they worked and the rate of their hourly pay. Use an if statement to determine the employees pay based on the hours worked. If the user worked 40 or less hours the formula for gross pay is the hours worked rate of pay (be sure to use the variables you used for input in the formula). If the user worked more than 40 hours the formula for gross pay is 40 rate of pay+ (hours worked -40)* rate "1.5 Output for the program should look similar to the following: Employee Name: John Smith Hours Worked : 30 Hourly Rate of Pay: 15 Total Gross Pay: $450.00

May 19, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here