โ Back to Loops
Question 211
Sum 1 to 50
Sum 1 to 50
Use a loop to add every integer from1to50, then print the total with no trailing newline: 1275 Accumulate the sum in a loop; do not hardcode1275.
Expected Output:
1275
Topics:
Loops
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.