At times, we might want to stop looping early, for which we can use the break keyword.

Great work! The loop checks the condition in the if statement every time it comes around. When the condition is met, it'll break out of the loop.

Don't we want to break?