Question: Create an application that prompts a user for 10 integers and stores them in an array. The application should call five methods that in turn
Create an application that prompts a user for 10 integers and stores them in an array. The application should call five methods that in turn (1) display all the integers, (2) display all the integers in reverse order, (3) display the sum of the integers, (4) display all values less than 12 or a message if none are less than 12, and (5) display all values that are higher than the calculated average value. Save the file as ArrayMethodDemo.java.
Step by Step Solution
3.42 Rating (171 Votes )
There are 3 Steps involved in it
import javautil public class ArrayMethodDemo public static void main String args S... View full answer
Get step-by-step solutions from verified subject matter experts
