Java Program to calculate the discount and amount to be paid
Java program to calculate the discount and amount to be paid based on the price range.
5/30/20231 min read
Q. Write a Java program to calculate the discount and amount to be paid based on the price range.
This program can take inputs from the original prices and apply the discount percentage according to the specified price range. The discount percentage can be different for different price ranges. Once the discount is applied, the program can calculate the final amount to be paid by subtracting the discount amount from the original price.
Below chart data are the examples of total shopping amount and applicable discount :