int tamanho; int[] array1 = {10, 11, 12, 13, 14, 15, 16, 17, 18, 19}; tamanho = array1.length; System.out.printf("Tamanho do array1: %d", tamanho);