I am trying to wrap my head around a section in my project. I have a structure array made up of the usual variables. (First & Last Name, ID, User Name, Test Scores, Average & Letter Grade)
I have to sort by grade (which isn't hard) but then it also looks that I would have to sort by ID number from lowest to highest.
Kinda at a loss on how to proceed. Any tips would greatly be appreciated!