Checkpoint 27.2.2.
The following program should loop through all the scores and compare them to the highest score we have seen so far. (When we start, the highest score we have seen is 0.) If a score is higher than the highest score we have seen, we need to update the highest value. When we are done looping through the scores, we will print the highest value we saw.