0
/ 15
[Based on an exercise at https://codeworkout.cs.vt.edu/]
Given an array containing three ints, return the sum of all the elements.
[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 feedback will appear here when you check your answer.