Write java application that will keep track of a number of


Write a Java application that will keep track of a number of customer's purchases at the local discount stand. Customers will know exactly how many items they will purchase, so use an appropriate loop on this lab and let's keep the rules simple.

Accept the dollar value of each item purchased from the user until the user is finished.

When purchases are complete you will make sure the total of all purchased is calculated, so you have to keep track of the total as items are entered.

If the total items purchased is $100.00 or more, give your customer a 10% discount on the items purchased.

Display the total purchases to the customer with the original price, the discount price and the price after the discount.

Solution Preview :

Prepared by a verified Expert
JAVA Programming: Write java application that will keep track of a number of
Reference No:- TGS01701753

Now Priced at $40 (50% Discount)

Recommended (91%)

Rated (4.3/5)