Java - Arrays
Find the error in the following code snippet:
int[][] grid = new int[2][3]; grid[2][1] = 5;
int[][] grid = new int[2][3]; grid[2][1] = 5;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions