We have said that a two-dimensional array is an array of arrays. Consider the following declaration:
double[][] myArray = new double[5][8];
In the context of the expression, array of arrays, what does
myArray[3]mean?
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.