nuevo int [] en Java con valores asignados
int[] myIntArray = new int[]{1, 2, 3};
Exuberant Elk
int[] myIntArray = new int[]{1, 2, 3};