Which value(s) are at the index at arr[3][2]?

int[][] arr = {
  {8, 3, 2},
  {6, 7, 1},
  {0, 5, 4},
  {1, 2, 3},
}
3
  • 1
  • 4
  • 2
  • 5

There are not hints for this question