Lab 8

Demonstration (Due at end of Week 8 lab)

Demonstrate a working testSmallLot() to your instructor.

Alternative: Show a complete design for how you will implement the markVehicleEntry() and markVehicleExit methods of the ParkingLot class to correctly compute closedMinutes

Submission

In addition to the usual formatting requirements, please follow the new SE1011 Coding Standard

In addition to the usual submission requirements, please comment all classes, methods, and fields in your program. Please keep the files in the parking package and don't move them to another package.

Each student must submit their program with a block comment (/*...*/) at the beginning of the file. See the new Coding Standard for what this should contain. that includes:

  • the course and section for which the class was written.
  • the term in which the course was taken.
  • the assignment for which the class was written.
  • the original author.
  • the date it was originally written.
/* 
 * Course: SE1020-003
 * Term: Winter 2008-2009
 * Assignment: Lab 1
 * Author: Blaise Pascal 
 * Date: 12/08/08
 */

Please submit your files using the form below.

Submission Instructions for Dr. Yoder

Submission (Due Week 9, Tuesday, 11pm)

Submit your lab electronically before the deadline listed above.

You should submit your solution only once, so be sure you are happy with your solution before you submit it.