CJCoding With Joseph
15per day

Sum a List<int>

Create a List<int>, add the values 5, 10, and 15 to it, then print the total of its elements.

The program prints 30.

Expected Output:

30
Topics:
Arrays
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.