java簡單選擇題 分析2、下面程序輸出結果為()int[] arr = new int[10];System.out.println(arr[0]);A、編譯不通過B、運行時出錯C、輸出nullD、輸出0 查看完整描述