Search
Finish the method definition below.
list is an array of items, each of which is an array of numbers. Given list, the method should return a new array of sums of the numbers in each array in list.
list