CS 99

Fundamental Programming Concepts
Summer 2000

Lab 8 Grading

Part Points
TimeTester 40
  • Correctness (25 points)
    • 5 points -- toString() - hh:mm:ss
    • 2 points -- Default constructor
    • 2 points -- Parameterized constructor - shouldn't duplicate code in setTime()
    • 5 points -- setTime() - handles invalid arguments
    • 5 points -- advanceSec()
    • 6 points -- toStringStandard()
  • Style (15 points)
 
Airline 20
  • Correctness (20 points)
    • 5 points -- menu
    • 5 points -- making reservations - should assign next available seat, give error if all seats full
    • 5 points -- canceling reservations - shouldn't allow canceling an empty seat
    • 5 points -- seating chart
 
Total 60

General Comments: