Exercise: Highs and Lows
Separate highs from the lows and then count both.
We'll cover the following...
Problem statement
Imagine you are analyzing a list of scores from a recent quiz. You are required to classify each score to determine how many are considered high
or low
. In this context, a score ...