public class ArrayTest { public static void main (String[] args) { int [] nums; final int size=6; nums = new int[size]; for (int i=0; i