Question: 2D Array: Given the 2D array below, write a program to print the sum of each row, column, and diagonals. The results should look like
2D Array:
Given the 2D array below, write a program to print the sum of each row, column, and diagonals.
The results should look like this:
5
1 2 3 1 2 3 | 6
7 -3 2 7 -3 2 | 6
5 1 9 5 1 9 | 15
13 0 14 7
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
