Question: This is a Java program. Average and search an Array Write a test program that prompts the user to enter 10 integer values, invoke the
This is a Java program. Average and search an Array Write a test program that prompts the user to enter 10 integer values, invoke the methods listed below, then displays the average and the minimum value. (The user will not input the values in any specific order.) Write two methods that return the average of an array with the following headers: public static double average average (int[] array) public static int min(int[] array) Do not forget your algorithm and data requirements
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
