Suppose that you have a list that is created by the following statement:
ListInterface
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.
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.