Which of the following is the correct way to declare a multidimensional array in Java?
Posted: Wed Jul 13, 2022 7:41 pm
a) int[] arr;
b) int arr[[]];
c) int[][]arr;
d) int[[]] arr;
b) int arr[[]];
c) int[][]arr;
d) int[[]] arr;
Accurate answers. Every time.
https://answerhappy.com/