Question: Write a C++ program to calculate a person's weekly salary according to following conditions. If hours worked are less than or equal to 20, person
Write a C++ program to calculate a person's weekly salary according to following conditions.
If hours worked are less than or equal to 20, person receives 10.00 $ per hour.
Otherwise person receives 120.00 plus $12 for each hour worked over 20 hours.
The program should take hours worked as input and display the salary as output.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
