A food shop will give discount of 12% if the cost of purchased quantity is equal to or more than 1000 AED. No discount will be given for purchases less than 1000 AED. Write a Python program using...


A food shop will give discount of 12% if the cost of purchased quantity is equal to or more than<br>1000 AED. No discount will be given for purchases less than 1000 AED.<br>Write a Python program using if-else statement that will ask the user for the quantity and the<br>unit price of the food item. Calculate and display the original cost, discount and the cost after<br>discount (if no discount, then the discount field should show zero).<br>

Extracted text: A food shop will give discount of 12% if the cost of purchased quantity is equal to or more than 1000 AED. No discount will be given for purchases less than 1000 AED. Write a Python program using if-else statement that will ask the user for the quantity and the unit price of the food item. Calculate and display the original cost, discount and the cost after discount (if no discount, then the discount field should show zero).

Jun 03, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here