CJCoding With Joseph
15per day

Sum of Evens 1..10 (for)

Compute the sum of even numbers from 1 to 10 using a for loop and print 'Sum of evens: 30'.

Expected Output:

Sum of evens: 30
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.