There is a function that takes grade data from a file, averages the scores, and puts the resulting number in a vector. When you select the option to display the information, all students come up with 0 (zero) averages for their final scores the FIRST time. If you select the display scores option again, the information is there with the proper averages.
I can't see how this can happen and any advice would be appreciated.
Here's the code that I -think- contains the problem (that I apparently can't see):
There is a GroupOfStudents object in the menu program that references this class. Essentially, you press 3, you get the students' info. Only you have to press 3 twice. ???