CJCoding With Joseph
15per day

Skip Number 5 (continue)

Print numbers from 1 to 10 using a for loop, skipping 5 with continue.

Expected Output:

1 2 3 4 6 7 8 9 10
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.