Suppose that you have a list that is created by the following statement: List quizScores = new ArrayList (); Imagine that someone has added to this list the quiz scores received by a student...


Suppose that you have a list that is created by the following statement:


List quizScores = new ArrayList();


Imagine that someone has added to this list the quiz scores received by a student throughout a course. The professor would like to know the average of these quiz scores, ignoring the lowest score.


a. Write Java statements at the client level that will find and remove the lowest score in the list.


b. Write Java statements at the client level that will compute the average of the scores remaining in the list.



May 18, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here