Question: using c++ Problem 5: Develop the algorithm of a program that determines the gross pay an employee. The company pays straight time for the first
using c++
Problem 5: Develop the algorithm of a program that determines the gross pay an employee. The company pays "straight time" for the first 40 hours worked by each employee and pays "time-and-a-half" for all hours worked in excess of 40 hours. Input the number of hours each employee worked last week and the hourly rate of employee. Your program should input this information for employee and should determine and display the employee's gross pay. Output: Enter hours worked (0 to end): 41 Enter hourly rate of the employee (Rs. 000.00): 100.00 Salary is Rs. 4150
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
