For this question refer to the following array declaration:
int[][] numbers = new int[10][20];
How many arrays does numbers contain?
There are no hints for this question