Computer Science, asked by adsvprasad12a, 5 hours ago

Imagine you are to design a software for a grocery shop. You have been asked to get the price, and quantity of a particular product. If the total amount is greater than 1500, you have to give a discount of 10%. You should then print the details got from the user along with the total amount (Price * Quantity) and if there is a discount you will have to subtract it from the total. Write a python program to implement the above problem​

Answers

Answered by marindamarxlen
0

Explanation:

Hope it help:) plss mark me,

Attachments:
Similar questions