CJCoding With Joseph

Sum of Odd Numbers 1 to 10

Use a loop to add the odd numbers from 1 to 9 (1 + 3 + 5 + 7 + 9) and print the total on its own line:

25

Expected Output:

25
Topics:
Loops
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.