HW6 - Student - Two lowest problem

There are a number of different approaches to the problem of finding the two lowest quiz scores, which needed to be done for a Student's quiz average. The two lowest quiz scores needed to be dropped before the quiz average was calculated.

The quiz scores were represented by an array of ints.

Here are six different solutions to that problem: