Write a C++ program Eagle Parts runs a small factory and employs workers who are paid one of three hourly rates depending on their shift: first shift, Rs.17 per hour; second shift, Rs.18.50 per hour; third shift, Rs.22 per hour. Each factory worker might work any number of hours per week; any hours greater than 40 are paid at one and one-half times the usual rate as overtime. In addition, second- and third-shift workers can elect to participate in the retirement plan for which 3% of the worker’s total pay is deducted from the paychecks. Write a program that prompts the user for hours worked and shifts, and, if the shift is 2 or 3, whether the worker elects the retirement.
Write a C++ program Eagle Parts runs a small factory and employs workers who are paid one of three hourly rates
depending on their shift: first shift, Rs.17 per hour; second shift, Rs.18.50 per hour; third shift,
Rs.22 per hour.
Each factory worker might work any number of hours per week; any hours greater than 40 are
paid at one and one-half times the usual rate as overtime.
In addition, second- and third-shift workers can elect to participate in the retirement plan for which
3% of the worker’s total pay is deducted from the paychecks.
Write a program that prompts the user for hours worked and shifts, and, if the shift is 2 or 3,
whether the worker elects the retirement.
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 2 images