Question: 5. Write a Java Method. (20 points) a. (15 points) Complete the method double highLowaverage(int[ ] a) below to return the average of the largest

 5. Write a Java Method. (20 points) a. (15 points) Complete

5. Write a Java Method. (20 points) a. (15 points) Complete the method double highLowaverage(int[ ] a) below to return the average of the largest element and the smallest element found in the array, a. The values in a [ ] can be any integer values. You may assume that a [ ] has at least two elements in it. public static double highLowAverage(int[ ] a) ( b. (5 points) Using Big-O notation, give the time complexity of your method in part (a) above and briefly explain. View answer and explanation V Q N Total

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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 Programming Questions!