Write a program that considers a class that keeps track of


Write a program that considers a class that keeps track of the sales of an item. An object of this class will have the following attributes:

Number sold
Total sales
Total discounts
Cost per item
Bulk quantity
Bulk discount percentage
And, the following methods:

registerSale(n) records the sale of n items. If n is larger than the bulk quantity, the cost per item will be reduced by the bulk discount.
displaySales displays the number sold, the total sales, and total discount

Solution Preview :

Prepared by a verified Expert
JAVA Programming: Write a program that considers a class that keeps track of
Reference No:- TGS02361050

Now Priced at $10 (50% Discount)

Recommended (98%)

Rated (4.3/5)