Introduction
In this challenge, you'll demonstrate your understanding of array initialization and manipulation by creating a program to track student performance in a programming class. You'll need to create an integer array to store 5 student scores, initialize the array with scores between 70 and 100, use a for loop to print each student's score, and calculate and display the average score of the class.