Correcting Problems:
Fix the problems in the NumberList program without making any changes to the
If a user immediately enters “q” to quit, print “NaN” by making a small program correction that utilizes
Sample session:
Enter a whole number (q to quit): qMean = NaN
If the entry is not a “q,” and if it is not a legal integer, catch the exception, and in the
System.out.println(e.getClass() + " " + e.getMessage());
Avoid the possibility of an
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.