成人高等教育 / java程序设计
正确率:100%
下面哪条语句定义了3个元素的数组?( )
- A、
int[]a={20,30,40}
- B、
int a[]=new int(3);
- C、
int[3]array;
- D、
int[]arr;
参考答案:
佳题速递: