Write a C++ program that uses 2 functions the first is to read an array of students’ grades and return the sum of the all grades to the main program. And the second function will receive the sum of all grades from the main program and calculate and print the average of the students’ grade.