Programming Exercise 6 in Chapter 2 was the Sales Tax program. For that exercise you were asked

Question:

Programming Exercise 6 in Chapter 2 was the Sales Tax program. For that exercise you were asked to design a program that calculates and displays the county and state sales tax on a purchase. If you have already designed that program, refactor it so the subtasks are in modules. If you have not already designed that program, create a modular design for it.

Exercise 6 in Chapter 2

A company has determined that its annual profit is typically 23 percent of total sales. Design a program that asks the user to enter the projected amount of total sales, and then displays the profit that will be made from that amount. Use the value 0.23 to represent 23 percent.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: