Lab 5

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

Demonstrate the basic menu structure of your program. When an unimplemented menu option is selected, just print a message about that menu option.

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 5
 * Author: Phileas Fogg 
 * Date: 12/08/08
 */

Make sure the class has the same name as the the java file (e.g. Lab5 for Lab5.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.

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 6, 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.