Question: Using Eclipse IDE Java Programming Please write a program that creates an array (in int) of size 10 and asks the user to enter integers
Using Eclipse IDE
Java Programming
Please write a program that creates an array (in int) of size 10 and asks the user to enter integers stored in the array created. 1. The user enters 99999 to quit entering numbers. 2. If the user enters 99999 without entering any integers, the program should display an error message and quit. 3. If the user enters more than 10 integers, the program should display an error message and quit. 4. Otherwise, the program should display all the numbers entered, a count of those numbers and their arithmetic average.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
