填空题
当声明一个数组int arr[] = new int[5]; 时,这代表这个数组所保存的变量类型是______,数组名是______,数组的大小为______,数组元素下标的使用范围是______。
1、
【正确答案】
1、int arr 5 0到4
【答案解析】
提交答案
关闭