Write a program that allows the user to enter an arbitrary number of integer grades from the keyboard. Each grade should be added to an ArrayList. Stop inputting grades when –1 is entered. The program should then iterate through the ArrayList, calculate the average grade, and output it along with the minimum and the maximum grade value.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.