(Tw o-Dimensional array Initialization) Label the elements of a 3-by-5 two-dimensional array sales to indicate the order in which they’re set to zero by the following program segment:
for ( size_t row = 0; row<sales.size(); ++row )for ( size_t column = 0; column<sales[ row ].size(); ++column )sales[ row ][ column ] = 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.