Chapter 4: Problem 15
Perform each of these steps: a. Read the problem statement. b. Formulate the algorithm using pseudocode and top-down, stepwise refinement. c. Write a \(C++\) program. d. Test, debug and execute the \(C++\) program. One large chemical company pays its salespeople on a commission basis. The salespeople each receive \(\$ 200\) per week plus 9 percent of their gross sales for that week. For example, a salesperson who sells \(\$ 5000\) worth of chemicals in a week receives \(\$ 200\) plus 9 percent of \(\$ 5000,\) or a total of \(\$ 650 .\) Develop a \(\mathrm{C}++\) program that uses a while statement to input each salesperson's gross sales for last week and calculates and displays that salesperson's earnings. Process one salesperson's figures at a time.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.