CJCoding With Joseph

Sum 1 to 50

Use a loop to add every integer from 1 to 50, then print the total with no trailing newline:

1275

Accumulate the sum in a loop; do not hardcode 1275.

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.