(Data Processing) a. Write a C++ program to compute and display a person's week salary as determined by the following conditions: If the hours worked are less than 0 equal to 40, the person receives $8.00 per hour; otherwise, the person receives $320. plus $12.00 for each hour worked over 40 hours. The program should request the hours worked as input and display the salary as output.
b. How many runs should you make for the program written in Exercise 4a to verify that it's operating correctly? What data should you input in each program run?
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.