public class ArrayTester{ public static void main(String[] args){ int[] array = new int[6]; System.out.println(array); } }