Homework 1DetailsTicket Machine
Do exercises 2.37, 2.41, 2.44, 2.45. If the exercise asks you to answer a question,
put your answer in a comment in the TicketMachine class.
When you have completed this assignment, select "Create Jar File ..." from the
Project menu in BlueJ. Check "include source" and "include Bluej project files".
Save the file with the name bassett-ticketmachine.jar (except use your name instead of bassett).
Then upload the "jar" file into Moodle no less than 10 minutes before the start of class.
Expectations for CSCI 125 projects turned in:
- The code compiles and runs
- CSCI 125 naming conventions are used
- Each class and method has a javadoc /** comment explaining its purpose
- Each field has a // comment explaining its purpose
|