Design a solution that prints the amount of profit an organization receives based on it sales. The

Question:

Design a solution that prints the amount of profit an organization receives based on it sales. The more sales documented, the larger the profit ratio. Allow the user to input the total sales figure for the organization. Compute the profit based on the following table. Display the sales and profit formatted with commas, decimals, and a dollar symbol. Display the profit ratio formatted with a percent symbol.

0 - $1000: 3%

$1000.01$5000: 3.5%

$5000.01$10000: 4%

over $10000: 4.5%

Be sure to design your solution so that all possible situations are accounted for and tested. Use the decimal data type for your solution. What values did you enter and test to verify your program’s correctness?

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

Step by Step Answer:

Question Posted: