A. write a function that takes an array of ints, and the size of the array – another int. it also returns a double. call this one ‘average.’ return a double that is the average of the values in the array. demonstrate that it works by finding the average of an array with these values {78, 90, 56, 99, 88, 68, 92}.

Solved
Show answers

Ask an AI advisor a question