CJCoding With Joseph
15per day

Odd Numbers 1 to 19 (for)

Print odd numbers from 1 to 19 using a for loop.

Expected Output:

1 3 5 7 9 11 13 15 17 19
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.