I have this program for school it gets data about a student, does a few calculations and stores the data in a struct which is returned by the input function.
Right now I've only got it working for one student, but I need to be able to store and output data for more than one student.