Question: Problem 1e. Write a method called average that computes the average of all elements in an array of integers and returns the answer as a

Problem 1e. Write a method called average that computes the average of all elements in an array of integers and returns the answer as a double. For example, if the array passed contains the values [10, -2, 4, -4,9,-5, 19,-7, -39,-1], the calculated average should be -1.6. Your method accepts an array of integers as its parameter and returns the average
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
