Problem
1. Write a statement that declares these three arrays.
2. Write a program segment that loads the "test" file into the arrays.
3. Write a program segment that displays the contents of the arrays of Exercise 36 on 25 lines, each containing three test scores.
score_1 (Integer), score_2 (Integer), score_3 (Integer) Suppose we want to load the test file records into arrays Score1, Score2, and Score3.
Exercise 36
Write a program segment that loads the "test" file into the arrays.