Java practice questions
Grocery store discount system scenario A Grocery store provides discount based on the total bill amount Above Rs.1000: 20% discount Rs.500 to Rs.1000: 10% discount Below Rs.500: No discount Write a java program that calculates the final bill amount after applying the discount import java.util.*; class ASC { public […]