Question: C++ Write a program that asks user to enter an item's wholesale cost and its mark-up percentage. It should then display the item's retails price.
Write a program that asks user to enter an item's wholesale cost and its mark-up percentage. It should then display the item's retails price. The program should implement function in the code. Demonstrate a loop for calculation of retail price. Formula: wholesalecost + (percentage/100 + wholesaleCost) Sample of output: Enter item wholesale cost: 10 Enter markup percentage: 25 Retail price: 17.50 Calculate again? (Enter YOL N): Y Enter item wholesale cost: 10 Enter markup percentage: 50 Retail price: 15.00 Calculate again? (Enter Yor N): N Total marked up price is RM12.50 Thank You (20 Marks) (CLO3:PLO2:03)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
