Lab Goal: Write a program that uses arrays. Complete the challenge activities. Continue working on Project 4.
Write a program that contains an array and at least one loop.
1. Create an array that can hold 5 grades.
2. Put the 5 highest student grades on Test 2 in the array.
3. Use a loop to print the 5 grades vertically.
4. Show your program results and the code. Make sure we check your name once this portion of the lab is verified.
The following were the top 5 grades on Test 2: 100, 96, 92, 88, 88