Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

pleas typing 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

pleas typing

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: 75 Retail price: 17.50 Calculate again? (Enter Y or N): Y Enter item wholesale cost: 10 Enter markup percentage: 50 Retail price: 15.00 Calculate again? (Enter Y or N): N Total marked up price is RM12.50 Thank You

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Machine Performance Modeling Methodologies And Evaluation Strategies Lncs 257

Authors: Francesca Cesarini ,Silvio Salza

1st Edition

3540179429, 978-3540179429

More Books

Students also viewed these Databases questions

Question

Understand why customers are loyal to a particular service firm.

Answered: 1 week ago