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

1 Expert Approved Answer
Step: 1 Unlock

public static ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Building Java Programs A Back to Basics Approach Questions!