Lab 11

4/4/05

Task: Take the program you wrote for Lab 2. Modify it so that the information for each student is stored in a struct that you define. Further modify the program so that it takes in the information for three different students and prints out one grading sheet for each student.

Purpose: The primary purpose of this lab is to introduce structs.