We have said that a two-dimensional array is an array of arrays. Consider the following declaration: double[][]

Question:

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?

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: