Create an application that prompts a user for 10 integers and stores them in an array. The

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 (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.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question

Java Programming

ISBN: 9780357673423

10th Edition

Authors: Joyce Farrell

Question Posted: