Students, please be sure to log in. This site does not use cookies and does not track/store work submitted when not signed in.
Unit 8 Problems
Java Reference Sheet
allRowsSum
Complete the method allRowsSum, which finds the sum of every row in the given two-dimensional array and returns them in a one-dimensional array.
An example is shown below
input:
result: { 7, 9}
input:
result: {7, 9, 9}