subject
Business, 18.01.2021 14:00 gingerham1

Suppose a class GroceryBill keeps track of a list of items being purchased at a market: Method/Constructor Description
public GroceryBill(Employee clerk) constructs a GroceryBill object for the given clerk
public void add(Item i) adds i to this bill's total
public double getTotal() returns the cost of these items
public void printReceipt() prints a list of items
GroceryBill objects interact with Item objects. An Item has the following public methods:
Method/Constructor Description
public double getPrice() returns the price for this item
public double getDiscount() returns the discount for this item
For example, a candy bar item might cost 1.35 with a discount of 0.25 for preferred customers, meaning that preferred customers get it for 1.10. (Some items will have no discount, 0.0.) Currently the above classes do not consider discounts. Every item in a bill is charged full price, and item discounts are ignored.
Define a class DiscountBill that extends GroceryBill to compute discounts for preferred customers. The constructor forDiscountBill accepts a parameter for whether the customer should get the discount.
Your class should adjust the amount reported by getTotal for preferred customers. For example, if the total would have been $80but a preferred customer is getting $20 in discounts, then getTotal should report the total as $60 for that customer. You should also keep track of how many items a customer is getting a non-zero discount for and the overall discount, both as a total amount and as a percentage of the original bill. Include the extra methods below that allow a client to ask about the discount:
Method/Constructor Description
public DiscountBill(Employee clerk, boolean preferred) constructs discount bill for given clerk
public int getDiscountCount() returns the number of items that were discounted, if any
public double getDiscountAmount() returns the total discount for this list of items, if any
public double getDiscountPercent() returns the percent of the total discount as a percent of what the total would have been otherwise
If the customer is not a preferred customer the DiscountBill behaves at all times as if there is a total discount of 0.0 and no items have been discounted.

ansver
Answers: 1

Another question on Business

question
Business, 21.06.2019 16:10
Computing depreciation, net book value, and gain or loss on asset sale lynch company owns and operates a delivery van that originally cost $46,400. lynch has recorded straight-line depreciation on the van for four years, calculated assuming a $5,000 expected salvage value at the end of its estimated six-year useful life. depreciation was last recorded at the end of the fourth year, at which time lynch disposes of this van. compute the net bookvalue of the van on the disposal date.
Answers: 1
question
Business, 22.06.2019 01:20
Cindy recently played in a softball game in which she misplayed a ground ball for an error. later, in the same game, she made a great catch on a very difficult play. according to the self-serving bias, she would attribute her error to and her good catch to her
Answers: 1
question
Business, 22.06.2019 11:40
Define the marginal rate of substitution between two goods (x and y). if a consumer’s preferences are given by u(x,y) = x3/4y1/4, compute the consumer’s marginal rate of substitution as a function of x and y. calculate the mrs if the consumer has chosen to consumer 48 units of x and 16 units of y. show your work. (use the back of the page if necessary.
Answers: 3
question
Business, 22.06.2019 23:00
The discussion of the standards for selection of peanuts that will be used in m& ms and the placement of the m& m logo on the candies speaks to which building block of a sustainable competitive advantage:
Answers: 1
You know the right answer?
Suppose a class GroceryBill keeps track of a list of items being purchased at a market: Method/Cons...
Questions
question
Mathematics, 06.05.2021 07:50
question
Mathematics, 06.05.2021 07:50
question
Mathematics, 06.05.2021 07:50
question
World Languages, 06.05.2021 07:50
question
Mathematics, 06.05.2021 07:50