Lab 6

Demonstration (5 pts, due at the end of Week 6 lab)

  • UML Diagram
    • You must generate a UML class diagram that completely describes the BuildingCostEstimator class.
  • Java code
    • You should begin be creating method stubs for all of the required methods. Method stubs are blank (or nearly blank) methods that allow the program to compile even though the program likely produces incorrect results. You must demonstrate your "working" program, that is, it compiles and runs but doesn't produce the correct results, before the end of lab.

Submission

Each student must submit their program with a block comment (/*...*/) at the begining of the which contains:

  • 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: SE1011
 * Term: Winter 2008-2009
 * Assignment: Lab 6
 * Author: Phileas Fogg 
 * Date: 12/08/08
 */

Make sure the class has the same name as the the java file (e.g. BuildingCostEstimator for BuildingCostEstimator.java), and that you have "package <username>;" where <username> is your username (without brackets <>) at the top of the file, just after the comment block.

Submit your file using the form below.

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

Submission Instructions for Dr. Yoder

Submission (Due Week 7, 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.