Computer Science 121
Assignment 1
Due: October 4, 2001

For this assignment, you are to write a Java program that describes a student.  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 major and the number of credits that the student is taking.  The name and major should be Strings and the number of credits an integer.  The program should display on the screen the student's name, major and number of credits.

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.