I have to write a program that reads a student's name together with his test scores. Then i have to compute the average for each student. I must make a void method to calculate the average then a value returning method to determine the students grade. How do i combine the name with the average when reading the scores from a text file?

