Homework 5 - More Classes
Due date: Tuesday, Nov. 1, 2005
- Write the Java application asked for in Problem 16 on page 435 of your text.
- Here's the driver that you should use (make no changes): MainMeal.java.
- You must write the two classes MealCard and Student
- I ran my solutions through javadoc. Use them to guide you in writing your solutions.
Carefully read the documentation and specifications.
- Here's a class diagram: Hw5 Class Diagram.
- Here's a session I had when I ran my program: Hw5 Session.
- Points will be deducted for poor style. Read (and use) the Programming Style Guide.
- Make sure your source code file begins with a comment that includes:
Name: <Your Name>
Homework No.: 5
Course Name: CSC 211
Section No.: <101>
Brief description of what the program is designed to do.
- Submit your assignment according to Submitting Homework
- Good luck and have fun!