Computer Science 121
Assignment 1
Due: September 17, 2002

For this assignment, you are to write a Java program that describes a student, in this case yourself.  You should model it after the programs that describe People and CityTemps.  The program should have two classes, one that describes the student and the other that contains the main method that runs the program.

The class that describes the student should provide a name for the student, the student’s e-mail address, and the number of credits that the student is taking.  The name and e-mail address should be Strings and the number of credits an integer.  The program should display on the screen the student's name, e-mail address and number of credits.

In the constructor, supply your own name for the name, your own e-mail address for the e-mail address and the number of credits that you are actually taking this semster.

You are to hand in a print out of the program and a disk that contains the java and class files.  Make sure that your program is working before you hand it in.  Write your name in large letters in the upper right corner of the printout.  Also label your disk with your name and the course number.