Lab 3
 

Demonstration (due at the end of week 3 lab)

Each student must demonstrate compiling and running the pop-up window version of their program to their instructor handling the lowest three tax-brackets correctly.

The demonstration grade is worth 5% of the overall lab grade.

Submission

Each student must submit both programs. Each program must contain a block comment at the beginning of the file that includes:The beginning block (/*...*/) comments must contain:

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

Deliverables:

   * GUI Program:  Lab3GUI.java
   * Console Program: Lab3Console.java

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