XYZ store plans to give festival discount to its customers. The store management has decided to
give discount on the following criteria: Shopping Amount Discount Offered
>=500 and <1000 5%
>=1000 and <2000 8%
>=2000 10%
An additional discount of 5% is given to customers who are the members of the store. Create a program
using user defined function that accepts the shopping amount as a parameter and calculates discount and net
amount payable on the basis of the following conditions: Net Payable Amount = Total Shopping Amount –Discount.
Answers
Answered by
2
Answer:
give discount on the following criteria: Shopping Amount Discount Offered
>=500 and <1000 5%
>=1000 and <2000 8%
>=2000 10%
An additional discount of 5% is given to customers who are the members of the store. Create a program
using user defined function that accepts the shopping amount as a parameter and calculates discount and net
amount payable on the basis of the following conditions: Net Payable Amount = Total Shopping Amount –Discount.
Explanation:
Answered by
2
Answer:
answer
Explanation:
Attachments:
Similar questions