What does the following code display? int [][] myGrid = {(1,2), (3,4},{5,6}}; System.out.println(myGrid [1][2]); Select
Posted: Tue Jul 05, 2022 10:25 am
What does the following code display? int [][] myGrid = {(1,2), (3,4},{5,6}}; System.out.println(myGrid [1][2]); Select one A. 2 B. 3 C4 D. 6 OE. nothing this is an error k