Instructions To make a profit, a local store marks up the prices of its items by a certain percentage. Write a C++ program that reads: The original price of the item sold The percentage of the...

1 answer below »

Instructions


To make a profit, a local store marks up the prices of its items by a certain percentage.


Write a C++ program that reads:



  1. The original price of the item sold

  2. The percentage of the marked-up price

  3. The sales tax rate.


The program then outputs:



  1. The original price of the item

  2. The percentage of the mark-up

  3. The store’s selling price of the item

  4. The sales tax rate

  5. The sales tax

  6. The final price of the item.

    • (The final price of the item is the selling price plus the sales tax.)





Since your program handles currency, make sure to use a data type that can store decimals.



Grading


When you have completed your program, click theSubmitbutton to record your score.

Answered Same DaySep 03, 2021

Answer To: Instructions To make a profit, a local store marks up the prices of its items by a certain...

Kshitij answered on Sep 03 2021
142 Votes
# include
# include
# include
# include
# includeithm>
# include
# include
# include
# include
# include
# include
# include
# include
# define modValue 1e9 + 7
# define ll long long int
# define lld long double
//# define cin...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here