HW 5: Homework Collection Program

Submit

One file : Collect.java will be collected.

Brief description

  1. You are going to a write a program used to collect homework from a group of students.
  2. The homeworks are stored under students' submit folder.
  3. When the program starts, the Professor will be prompted for
  4. The professor clicks collect button to collect the hw.

Examples :

Warning : this is just an example, you shouldn't assume that there only 5 students in the class. file

Let's take a look from the Professor's view point. screen shot

Sample Program


Test the program on your PC
Here are the steps to test my program.

Submission

Collect.java will be collected.
All source code submitted must contain the following information at the beginning of each file:

* Your full name.
* Your student ID number.
* Your PIC login ID.
* Your e-mail address.
* Your discussion section number and TA's name.
* The assignment number and description.
* Honesty pledge.

Properly formatted, this information should appear as follows:

/*
* Name: Charles Li
* Student ID: 000 000 000
* PIC ID: ccli
* E-mail: ccli@math.ucla.edu
* Assignment: hw1
*
* I, Charles Li, pledge that this is my own independent work, which
* conforms to the guidelines of academic honesty as described in the course
* syllabus.
*
*/


Solution

Collect.java