Answered step by step
Verified Expert Solution
Question
1 Approved Answer
( Salary Calculator ) Develop a C + + program that uses a while statement to determine the gross pay for each of several employees.
Salary Calculator Develop a C program that uses a while statement to determine the gross pay for each of several employees. The company pays straight time 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 employees gross pay.
Enter hours worked to end:
Enter hourly rate of the employee $:
Salary is $
Enter hours worked to end:
Enter hourly rate of the employee $:
Salary is $
Enter hours worked to end:
Enter hourly rate of the employee $:
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