novo int [] em java com valores atribuídos
int[] myIntArray = new int[]{1, 2, 3};
Exuberant Elk
int[] myIntArray = new int[]{1, 2, 3};