Since we want to show the top three Olympians, make sure the loop only repeats while the counter variable is less than 4.

Since the place variable is the counter variable, check if it's less than 4 with place < 4.