โ Back to Loops
Question 327
Sum of Odd Numbers 1 to 10
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:
25Expected 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.