Question
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.
Answers
Related Questions
Write a C++ program to fill an array with 6 numbers, and then reverse the values of this array....
write a program that can read 10 interger values into an array and find the total for that array in...
Write a program that reads test scores up to 30 into an array. sentinel will stop when -1 is enter...