Solved

To Sum the Rows and Columns of a Two-Dimensional Array

Question 14

Multiple Choice

To sum the rows and columns of a two-dimensional array:


A) The rows are summed,then the columns,and finally the grand total.
B) The columns are summed,then the rows,and finally the grand total.
C) The rows and columns are summed together.
D) The rows and columns are summed in the same inner loop with the results placed in an added row and an added column.The grand total is summed in the outer loop.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions