CJCoding With Joseph
15per day

Odd Numbers 1 to 10 (continue)

Print only odd numbers from 1 to 10 using a for loop and continue. Use modulo (i % 2).

Expected Output:

1 3 5 7 9
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.