Read in a 2-D array (4x3) of postive integers. Find which row has maximum sum and print that row and its sum.
row 1: 8 9 12 sum = 29 row 2: 2 23 16 sum = 41 row 3: 11 8 23 sum = 42 row 4: 7 3 44 sum = 54