nt[] intArray = { 7, 9, 5, 1, 3 };
System.out.println(Arrays.toString(intArray));