Java program that creates an array of integers


Write a Java program that creates an array of integers (called myArray). myArray can be of any size, with arbitrary values between 1 and 100 in each of its elements.
Your program should traverse myArray, displaying the values in the array.

It should display and remember what the largest value was, and what the smallest value was.
It should display the average of the values in the array, ignoring all instances of the largest value and all instances of the smallest value.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Java program that creates an array of integers
Reference No:- TGS092273

Expected delivery within 24 Hours