1. Student Result Statistics Calculation Write a complete C++ program to summarize the results of N students in a certain course by calculating the minimum, maximum, and average scores. Here are the steps to write the program: 1. Prompt the user to enter the number of students who finished the class. 2. Use a loop to iterate through each student and prompt the user to enter marks (between 0 and 100) and store them in a one-dimensional array. 3. Write a function to calculate the maximum and minim