An hourly-paid worker have day shift pay rate of 1250 if


Please write a C++ program for this problem

An hourly-paid worker have day shift pay rate of $12.50. If the worker works at night, he is paid night shift rate of $17.25.

Ask the user to input the number of hours worked in day and night shift for the week.

The number of hours he or she works at each shift may be different. Calculate the total wage of the worker for the week.

Format the output of decimal numbers to two decimal places.

Here is a sample run

Enter number of hours worked during day : 25

Enter number of hours worked during night :19

Weekly wage earned at day shift : $ 312.50

Weekly wage earned at night shift : $ 327.75

Total weekly wage = $ 640.25

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: An hourly-paid worker have day shift pay rate of 1250 if
Reference No:- TGS02894602

Expected delivery within 24 Hours