import java.util.*;var count = 15;var arInt = new int[count];arInt[0] = 1;System.out.println(Arrays.toString(arInt));