Thanks for the assistance:
If I were to do the following, why does it only show the information for Kenez from my inFile?
for (int j=0; j<stunum; j++) while (inFile>>stuname>>Test1>>Test2>>Midterm>>Final>>Term);
That line keeps overwriting the values. In the end it is left with only the last values