X500: Review - Sum Three

[Based on an exercise at https://codeworkout.cs.vt.edu/]

Given an array containing three ints, return the sum of all the elements.

Examples:

sum3({1,2,3}) -> 6

Your Answer:

Reset

Practice a different Java exercise

Feedback

Your feedback will appear here when you check your answer.