how to work with arrays of arrays code example
Example: arrays in java
int[] intArray = new int[20];
String[] cars = {"Volvo", "BMW", "Ford", "Mazda"};
int[] intArray = new int[20];
String[] cars = {"Volvo", "BMW", "Ford", "Mazda"};