write a program to accept quantity purchase unit cost of 3item and print the bill amt
Answers
Answer:
A Shoe showroom has announced the following seasonal discounts on purchase of items:
Amount Leather items (%) Others(%)
0 – 100 2 3
101 - 200 3 4
201 – 300 5 6
Above 300 7 8
Write a program using if statements to compute the net amount to be paid by customer.
Net= amount- discount
Explanation:
A Shoe showroom has announced the following seasonal discounts on purchase of items:
Amount Leather items (%) Others(%)
0 – 100 2 3
101 - 200 3 4
201 – 300 5 6
Above 300 7 8
Write a program using if statements to compute the net amount to be paid by customer.
Net= amount- discountA Shoe showroom has announced the following seasonal discounts on purchase of items:
Amount Leather items (%) Others(%)
0 – 100 2 3
101 - 200 3 4
201 – 300 5 6
Above 300 7 8
Write a program using if statements to compute the net amount to be paid by customer.
Net= amount- discountA Shoe showroom has announced the following seasonal discounts on purchase of items:
Amount Leather items (%) Others(%)
0 – 100 2 3
101 - 200 3 4
201 – 300 5 6
Above 300 7 8
Write a program using if statements to compute the net amount to be paid by customer.
Net= amount- discount