Computer Science, asked by zikranaseem65, 8 hours ago

Write a program in Java to enter the purchase a mount and calculate the discount and net amount.​

Answers

Answered by ishamakkar73
0

Answer:

the discount and net amount based on the following criteria:

Net Amount = Purchase Amount --Discount

Make use of the if..else statement.

purchase amount-- <= 5000,

>5000 and <= 10000,

>10000 discount-- 2%, 5%, 8%

Similar questions