An instructor wants to build a program to help him keep track of students’ grades. He’s assuming he won’t have more than 30 students and won’t have more than 2 exams from which he’ll calculate the average. How many arrays do you think he needs to use? What are some of the suggested names you can think of, and what might the code look like?