//

    int [] arr2 = new int[10];

    arr2[0] = 1;
    System.out.println (arr2[0]);

  }
}