-----------------------------------
Acme Software Invoice
Customer Name: Trinity College
Software Title: Chess for Beginners
Aount due: $199.00
-----------------------------------
-----------------------------------
Acme Software Invoice
Customer Name: UMass Dartmouth
Software Title: Checker for Experts
Aount due: $98.00
-----------------------------------
Code the initial comment block (purpose of your program, your name, lab section, etc) and the basic class definition.
Code the declarations for the class's instance variables as well as the constructor method.
Add code to the main method to create and use one Invoice object.
Add code to the main method to create and use a second Invoice object.
When your assignment is complete, add some comments to the beginning of the java source code explaining any problems you encountered in completing the assignment and describing any bugs in your solution. Undocumented bugs are worse than documented bugs. If you have undocumented bugs we will assume that you did an inadequate job of testing your code, and you will lose additional points.
To submit your homework, follow the link from the homework page to the homework submission form.
There will be a 10% penalty for assignments received after the due date. Assignments will not be accepted more than one week past the due date.