Problem

The payroll manager at Kenton Incorporated wants a program that allows him to enter an u...

The payroll manager at Kenton Incorporated wants a program that allows him to enter an unknown number of payroll amounts for each of three stores: Store 1, Store 2, and Store 3. The program should calculate the total payroll and then display the result on the screen.

a. Create an IPO chart for the problem, and then desk-check the algorithm using 23000 and 15000 as the payroll amounts for Store 1; 12000, 16000, 34000, and 10000 for Store 2; and 64000, 12000, and 70000 for Store 3.

b. List the input, processing, and output items, as well as the algorithm, in a chart similar to the one shown earlier in Figure 8-40. Then code the algorithm into a program.

c. Desk-check the program using the same data used to desk-check the algorithm.

d. If necessary, create a new project named Intermediate23 Project and save it in the Cpp7\Chap08 folder. Enter your C++ instructions into a source file named Intermediate23.cpp. Also enter appropriate comments and any additional instructions required by the compiler.

e. Save and then run the program. Test the program using the same data used to deskcheck the program.

Step-by-Step Solution

Request Professional Solution

Request Solution!

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.

Request! (Login Required)


All students who have requested the solution will be notified once they are available.
Add your Solution
Textbook Solutions and Answers Search
Solutions For Problems in Chapter 8