[Solved]Create Array 10 Student S Names Parallel Array 10 Grades Parallel Array Means Size Value O Q37184195

Create an array of 10 student’s names and a parallel array of 10 grades. A parallel array just means they have the same size and that a value in one index of one array corresponds to the value of the same index in the other array; names[0] is the name of the student with grade grades[0] Using your function from problem 2, output the Name of the student with the highest grade. For this assignment you may hardcode the names/grades rather than having the user type in all 20 values Show transcribed image text Create an array of 10 student’s names and a parallel array of 10 grades. A parallel array just means they have the same size and that a value in one index of one array corresponds to the value of the same index in the other array; names[0] is the name of the student with grade grades[0] Using your function from problem 2, output the Name of the student with the highest grade. For this assignment you may hardcode the names/grades rather than having the user type in all 20 values
Expert Answer
Answer to Create an array of 10 student’s names and a parallel array of 10 grades. A parallel array just means they have the same … . . .
OR

