• 2022-06-14
    设数组Array由以下语句定义int arr=new int[10];则数组的最后一个元素的正确引用方法为( )。
    A: arr[9]
    B: Arr[0]
    C: arr[10]
    D: arr[0]