Question: It's a Java question pts) If numbers is a two-dimensional int array that has been initialized and total is an int that has been initialized

It's a Java question
pts) If numbers is a two-dimensional int array that has been initialized and total is an int that has been initialized to 0, which of the following will sum all the elements in the array? a. for (int row - 1; row s numbers. length; row+) for (int col 1; col
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
