单项选择题

A.System.out.println(arr[0]);
B.System.out.println(arr[1]);
C.System.out.println(“arr”);
D.System.out.println(arr);