Ep Pull Problem 4 Discounted Price Following Steps Calculate Price Item 30 Reduction Use I Q43878682
EP PULL- Problem 4: Discounted Price: The following steps calculate the price of an item after a 30% reduction Use an input statement to ask for the Price of an item Use an input statement to ask for the discount percentage Create the variable markdown & assign it the value of (discount Percent divided by 100) times the value of price. Decrease the value of price by markdown. Display the value of price (rounded to two decimal places). Formatting Tip: print(“The Markdown price is”.format(yourvariablename, 12t)) Show transcribed image text EP PULL- Problem 4: Discounted Price: The following steps calculate the price of an item after a 30% reduction Use an input statement to ask for the Price of an item Use an input statement to ask for the discount percentage Create the variable markdown & assign it the value of (discount Percent divided by 100) times the value of price. Decrease the value of price by markdown. Display the value of price (rounded to two decimal places). Formatting Tip: print(“The Markdown price is”.format(yourvariablename, 12t))
Expert Answer
Answer to EP PULL- Problem 4: Discounted Price: The following steps calculate the price of an item after a 30% reduction Use an in…
OR