(Solved) : 320 Salary Calculator Develop Program Determine Gross Pay Several Employees Company Pays S Q44044437 . . .
InC program language please.3.20 (Salary Calculator) Develop a program that will determine the gross pay for each of several employees. The company pays “straight time” for the first 40 hours worked by each employee and pays “time-and-a-half” for all hours worked in excess of 40 hours. You’re given a list of the employ- ees of the company, the number of hours each employee worked last week and the hourly rate of each employee. Your program should input this information for each employee and should deter- mine and display the employee’s gross pay. Here is a sample input/output dialog: Enter # of hours worked (-1 to end): 39 Enter hourly rate of the worker (500.00): 10.00 Salary is $390.00 Enter # of hours worked (-1 to end): 40 Enter hourly rate of the worker (500.00): 10.00 Salary is $400.00 Enter # of hours worked (-1 to end): 41 Enter hourly rate of the worker (500.00): 10.00 Salary is $415.00 Enter # of hours worked (-1 to end): -1 Show transcribed image text 3.20 (Salary Calculator) Develop a program that will determine the gross pay for each of several employees. The company pays “straight time” for the first 40 hours worked by each employee and pays “time-and-a-half” for all hours worked in excess of 40 hours. You’re given a list of the employ- ees of the company, the number of hours each employee worked last week and the hourly rate of each employee. Your program should input this information for each employee and should deter- mine and display the employee’s gross pay. Here is a sample input/output dialog: Enter # of hours worked (-1 to end): 39 Enter hourly rate of the worker (500.00): 10.00 Salary is $390.00 Enter # of hours worked (-1 to end): 40 Enter hourly rate of the worker (500.00): 10.00 Salary is $400.00 Enter # of hours worked (-1 to end): 41 Enter hourly rate of the worker (500.00): 10.00 Salary is $415.00 Enter # of hours worked (-1 to end): -1
Expert Answer
Answer to 3.20 (Salary Calculator) Develop a program that will determine the gross pay for each of several employees. The company …
OR