A teacher has six students and wants to create an application that stores their grade data in a file and prints a grade report. The application should have a structure that stores the following data: Name (a string), Test Scores (an array of five singles), and Average (a single). Because their are six students, the application should use an array of six structure variables. The application should allow the user to enter data for each student, and calculate the average test score.