Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.

QUESTION

Programming EssentialsPayrollA local small business has hired you to write a payroll calculation program. Theprogram only needs to calculate gross...

Programming EssentialsPayrollA local small business has hired you to write a payroll calculation program. Theprogram only needs to calculate gross pay for an employee and display theresults. Your program will accept the employee s name, hours worked, and theemployee s pay rate. The program will need to calculate overtime as well.Overtime is defined as anything over 40 hours is paid at 1.5 times the regularpay. The program should print the employee s name, the gross pay amount, andonly if there was overtime, print the overtime pay amount as well. Finally, theprogram should repeat as necessary until the user enters a sentinel value.For this project:You will submit your python code in either the original .py file, or copied intoa .txt file.A screenshot of your code having been executed (run). How to Take a ScreenshotTips: Remember to keep track of input data types when comparing values. input()formats the user s data as a string, so comparing string data to a numberwithout quotes would produce an error

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question