Looks like this is what you want int columns = 2; int rows = 2; String newArray = new String[columns][rows]; newArray[0][0] = "France"; ...
-
April 3, 2022
- 0 Comments