Label the elements of three-by-five two-dimensional array sales to indicate the order in which they're set to zero by the following program segment:
for (int row = 0; row<sales.length; row++){ for (int col = 0; col<sales[row].length; col++) { sales[row][col] = 0; }}
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.