int [] arr = new int [5]; for (int i = 0; i
int arr[] = new int [5];
    System.out.print(arr);

Pleasant Porcupine