#include using namespace std;int averageGrades(int sum,int size);/********************************************************************** * main * prompt the user for grades * get the average back to the user. ***********************************************************************/int main(){int size = 10; //Array size int array [size]; //Declaring array int sum