Page 1 of 1

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
by answerhappygod
What Does The Following Code Display Int Mygrid 1 2 3 4 5 6 System Out Println Mygrid 1 2 Select 1
What Does The Following Code Display Int Mygrid 1 2 3 4 5 6 System Out Println Mygrid 1 2 Select 1 (51.45 KiB) Viewed 11 times
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