hello I am doing an assignment for a class that involves using wages i have to Write a program that computes an employees pay Monthly (4 weeks). The
program should input the number of hours worked in a week and the pay rate per
hour. Any hours that are over 40 and less than or equal to 60 will be computed
using (1.75 * pay rate). Any hours over 60 will be computed using (3 * payrate).
The output of the program should be regular pay, overtime pay, Triple pay and
total pay. Regular pay is the pay received for the first 40 hours. I also have to use if-else statements but i cannot figure it out the triple pay prints but not the regular pay or overtime pay. also i cannot figure out how to limit the overtime pay to no more than 20 hours.