for (int i = 0; i < numbers.length; i++)
numbers = new int[0];
int[][] table = new int[10][20]; int t = table[i][j];