public class Test { public static void main(String[] args) { int[] arr= {9,8}; System.out.println(arr[1]); } }