Design a solution that prints the amount of profit an


Problem

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?

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Design a solution that prints the amount of profit an
Reference No:- TGS02645395

Expected delivery within 24 Hours