Math, asked by priyaagrawal7074, 11 months ago

write the code in Visual Basic using nested if dot dot else statement to display discount on the basic of the condition given below condition will is greater than 20000 discount 30% bill is between 15000-20000 discounts 25% will is between 10000 and 15000 discounts 20% bill is below 10000discount 15%​

Answers

Answered by debdyuti82
1

Answer:

20000×30÷100=6000

20000-15000=5000

5000×25÷100=1250

15000×20÷100=3000

10000×15÷100=150

Similar questions
Math, 5 months ago