Lab 4

Demonstration (due at end of week 4 lab)

Each student must demonstrate running their prime program to their instructor

Submission

Each student must submit a program. Each program must contain a block comment (/*...*/) at the begining of each file 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 4
 * Author: Phileas Fogg 
 * Date: 12/08/08
 */

Make sure the class has the same name as the the java file (e.g. Lab2 for Lab2.java), and that you have at the top of the file, immediately after the block comment, the statement package <username>; where <username> is your username (without brackets <>). For example, if your name is Phileas Fogg, you should write package foggp; immediately after the block comment.

Submit your file using the form below.

Submission Instructions for Dr. Yoder

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