Write a function definition that accepts an array of floats…
Write a function definition that accepts an array of floats and an integer representing the size of the array (arguments) and returns the average value of all numbers stored in the array. The function should be named average_array.
Read Details