Remember, break when we were loop at switch conditionals? Well it works the exact same way with loops!

Sweet. Each option is correct. The key here is when the program will exit the loop.

Note that it will always stop printing at a number one less than the limit given.

No need to change anything here, it's exactly the same syntax as before.