Homework 5 - More Classes

Due date:   Tuesday, Nov. 1, 2005
  1. Write the Java application asked for in Problem 16 on page 435 of your text.
  2. Here's the driver that you should use (make no changes): MainMeal.java.
  3. You must write the two classes MealCard and Student
  4. I ran my solutions through javadoc. Use them to guide you in writing your solutions.
    Carefully read the documentation and specifications.
  5. Here's a class diagram: Hw5 Class Diagram.
  6. Here's a session I had when I ran my program: Hw5 Session.
  7. Points will be deducted for poor style. Read (and use) the Programming Style Guide.
  8. 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.
  9. Submit your assignment according to Submitting Homework
  10. Good luck and have fun!