โ Back to Loops
Question 62
Break at 5 (for)
Break at 5 (for)
Print numbers starting at 0 using a for loop and break when i equals 5. Output should be: 0 1 2 3 4
Expected Output:
0 1 2 3 4
Topics:
Loops
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (sysout, psvm, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.