/*WAP to input the purchase and
calculate the discount
acc to the given slab
purchase amount discount
>=50000
25%
>=25000 - <50000
20%
>=10000 - <25000 15%
<10000
10%
print the purchase amount, discount and
the amount after disc*/
Answers
Answered by
1
Answer:
/*WAP to input the purchase and
calculate the discount
acc to the given slab
purchase amount discount
>=50000
25%
>=25000 - <50000
20%
>=10000 - <25000 15%
<10000
10%
print the purchase amount, discount and
the amount after disc*/
Similar questions