Question: Write a Python program that prompts the user to enter two numbers, a unit price and a quantity. Then compute an order price by multiplying
Write a Python program that prompts the user to enter two numbers, a
unit price and a quantity. Then compute an order price by multiplying
the unit price and quantity, and deduct a discount from the cost of
the order based on: 5% off on quantities of 10 or more, an additional
5% off (total discount 10%)on quantities of 100 or more.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
