Design a solution that prints the amount of profit an organization receives based on its sales. The more sales documented, the larger the profit ratio. Allow the user to input the total sales figure...


Design a solution that prints the amount of profit an organization


receives based on its 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 − $1,000: 3.0%


$1,000.01 − $5,000: 3.5%


$5,000.01 − $10,000: 4.0%


over $10,000: 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?



Nov 25, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here