Please create the program using c++ language (cin and cout statements).
This program should use a function
Question :
Write a program that asks the user for the number of students in the class.
The program then calls a function named computeAverage The number of students should be used as a parameter of the computeAverage function.
The function asks the user for the grade of each student, computes the average grade in the class. and retums the calculated average to the main program. The main program then displays the average grade.
3.1) Copy and paste the source code.
3.2) Provide one screenshot.