X659: Sum all integer

Given an array of integers, return the sum of all the values in the array.

Examples:

sum({0,1,2,5}) -> 8

Your Answer:

Reset

Practice a different Java exercise

Feedback

Your feedback will appear here when you check your answer.