Computer Science 121
Assignment 9
Due: December 13, 2001

For the last program you are to read data about students from a file into an array of classes.  The student data should be the student’s name, major, number of credits and QPA.  After storing this information into the array, display the entire list on the screen.

Next, classify each of the students as first year, second year, third year, fourth year, or eligible to graduate.  See assignment 4 for the requirements.  Display this information on the screen for the entire list of students.

Finally, display a list of all those students that are eligible for co-op.  See assignment 3 for the co-op requirements.  If a student is not eligible, do not display his or her information on the screen.  Only display the ones that are eligible.

You may make up your own data or use the data listed below.

Lee, Alice
MIS
44
3.5
Johnson, Betty
CS
17
2.8
Smith, Cathy
IS
90
3.2
Zinn, Daniel
CS
79
3.6
Evans, Alex
IS
128
3.1
Lopez, Fran
MIS
57
3.5
Chen, George
TS
90
3.2
Hudson, Harry
CS
61
2.2
Dawson, John
IS
24
3.3
Peters, Kenneth
TS
132
3.1
Davis, Louise
CS
98
2.5
Mason, Marie
MIS
73
2.6