Checkpoint 27.7.1.
This program is designed to find the highest value. It works correctly - you can watch it run in codelens to see step by step how it does its job.
Modify it to find the lowest value:
highest
- the first value we see would be sure to be higher. But once we change the program to look for the lowest, we would have to change the starting value to 101 or something large to guarantee that any real values we looked at would be lower.