
Write an Java application that accepts 100 integer numbers from a user. The input should be in the range of 1-200. Error message needs to be displayed if user entered input which is not in this range. Based on this input, the program will display the number of integers in the following categories:
1-10 11-20 21-30 31-40 Ã?¢ââ??¬Ã?¦ Ã?¢ââ??¬Ã?¦ 191-200
Your program should have a void method that will do these tasks. It has one parameter that represents the input values in the form of int[] as shown below:
void displayStatistics( int[] input)
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
