subject

IMPORTANT NOTE: ThESE RULES WILL BE ENFORCED
File name matches Class name which starts with uppercase character.
It compiles with one of the Oracle Java compilers (javac. exe) using JDK5,6,7,or 8.
Import only java. and javax. classes, or other classes specifically covered in our text
Never submit specialized IDE specific code (e. g. from NetBeans) as I might run from command line.
Never submit those //TODO lines that your IDE (e. g. Eclipse) generates and you failed "to do."
Your name, course, date, and reasons for doing this appear in first few lines (/* comments */)
More lines of comments, using // style, so every screen has a few comments at all times.
Proper indent of code as described in textbook, for Class, methods, loops, decisions, etc...
Classes start with upper case, and object lower case, using reasonably descriptive names.
Good Boolean ZEN, and never let me see while(true) or if(true) as you can do better.
Your completed DiscountBill. java passes all Practice-IT tests and demonstrates:
using super in two constructors
using super. with at least two methods
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 for DiscountBill 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 $80 but 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: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 23.06.2019 11:00, jolleyrancher78
What are the possible consequences of computer hacking? what is computer piracy? describe some examples. what are the effects of computer piracy? what are the possible consequences of computer piracy? what is intentional virus setting? describe some examples. what are the effects of intentional virus setting? what are the possible consequences of intentional virus setting? what is invasion of privacy? describe some examples. what are the effects of invasion of privacy? what are the possible consequences of invasion of privacy? what is an acceptable use policy and what is the purpose of the acceptable use policy what is intellectual property and how can you use it?
Answers: 1
image
Computers and Technology, 24.06.2019 01:00, summerjoiner
Verify each identity[tex] \frac{csc}{cot \: x \: + \: tan \: x} = cos \: x[/tex]
Answers: 1
image
Computers and Technology, 24.06.2019 13:30, lorelaistudent
Does anybody know how to hack into a google account? i had important information on it and it is gone now and i need getting it back.
Answers: 1
image
Computers and Technology, 24.06.2019 15:00, dummynate
Universal windows platform is designed for which windows 10 version?
Answers: 1
You know the right answer?
IMPORTANT NOTE: ThESE RULES WILL BE ENFORCED
File name matches Class name which starts with u...

Questions in other subjects:

Konu
Business, 28.03.2020 21:55
Konu
Mathematics, 28.03.2020 21:55