Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a program that will determine the gross pay for an employee. The company pays straight - time for the first 4 0 hours worked
Write a program that will determine the gross pay for an employee. The company
pays straighttime for the first hours worked by each employee and pays timeandahalf for all hours worked in excess of hours.
You are given a list of the employees 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 determine
and display the employee's gross pay.
The program should allow you to determine gross pay for all employees without
stopping.
End the program entering for the hours worked.
Sample interactive InputOutput
Contestant: Students name
Enter hours worked to end:
Enter hourly rate of the worker:
Salary is $
Enter hours worked to end:
Enter hourly rate of the worker:
Salary is $
Enter hours worked to end:
Enter hourly rate of the worker:
Salary is $
Enter hours worked to end:
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started