Using a two dimensional array, I have to display a list of totaled scores for a diving contest.
Each diver has five scores and there are five dives per diver. For each score (or total?), I have to drop the highest and the lowest score, and multiply the remainder by a difficulty score.