Write a program that reads a student's name together with their test scores. the program should then compute the average test scores for each student and assign the appropriate grade.
Your program must use the following methods:
a. A value-returning method, calculateAverage, to determine and...