What is the output of the following code?
int[][] array = new int[5][6];int[] x = {1, 2};array[0] = x;System.out.println("array[0][1] is " + array[0][1]);
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.