I have to write a program and i am having trouble writing part of it.
I have to read information from a file about students. This file contains their names, graduation year and GPA. I need to compare the GPA's of all the students in the file.The class information is stored in an array of structs.Please help me with the code that will find the student /students with the highest gpa.

Angel