Code Editor Ready
Output

            
Console
Console initialized...
Ready for Lesson 8: Loop Control (break & continue)

> Complete each part to unlock the next one
> Run your code anytime with the Run button!
> Java tip: Use break to exit a loop entirely, and continue to skip just the current iteration.