Question: Write a method called average that computes the average (arithmetic mean) of all elements in an array of integers and returns the answer as a
Write a method called average that computes the average (arithmetic mean) of all elements in an array of integers and returns the answer as a double . For example, if the array passed contains the values [1, – 2, 4, –4, 9, –6, 16, –8, 25, –10], the calculated average should be 2.5. Your method accepts an array of integers as its parameter and returns the average.
Step by Step Solution
3.55 Rating (159 Votes )
There are 3 Steps involved in it
public static ... View full answer
Get step-by-step solutions from verified subject matter experts
