Sales commission calculator one large chemical company pays


Question: Perform each of these steps:

1. Read the problem statement.

2. Formulate the algorithm using pseudocode and top-down, stepwise refinement.

3. Write a C program.

4. Test, debug and execute the C program.

(Sales Commission Calculator) One large chemical company pays its salespeople on a commission basis. The salespeople receive $200 per week plus 9% of their gross sales for that week. For example, a salesperson who sells $5000 worth of chemicals in a week receives $200 plus 9% of $5000, or a total of $650. Develop a program that will input each salesperson's gross sales for last week and will calculate and display that salesperson's earnings. Process one salesperson's figures at a time. Here is a sample input/output dialog:

1497_6.png

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: Sales commission calculator one large chemical company pays
Reference No:- TGS02403644

Now Priced at $15 (50% Discount)

Recommended (92%)

Rated (4.4/5)