Computer Science, asked by kulsumf651, 17 days ago

write program to ask a user for the number or ask what and display the total wages is to be given (Assume that wages are paid at the rate of hundred rupees per hour).​

Answers

Answered by rishuff51621
0

Answer:

Write a program to prompt the user for hours and rate per hour using input to compute gross pay. Pay the hourly rate for the hours up to 40 and 1.5 times the hourly rate for all hours worked above 40 hours. Use 45 hours and a rate of 10.50 per hour to test the program (the pay should be 498.75). You should use input to read a string and float()…

Similar questions