Question: In Java, define an array, read values into an array, compute. Average of all elements of array, compute max and min of elements of array,
Lab 6: Working with Arrays Define an array, Read values into array, Compute average of all elements of array, Computer Max and Min of elements of array, Print an array, etc. Consider the following example import java.utii. Scanner /**Main method public statie void main (String!l arga) tinal int SIZE 6: int[] numbers new int [SIZE]; Scanner kb-new scanner (systen. in); // ah ia the scanner object name // Read all numbers for (int i = 0; imax) max " numbers[11: //write code here to print max value here -sinilarly compute nin and print // Find the number of occurrences of the largest number int count = 0; for (int 1 0: i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
