A、int[ ] a;
B、a={1,2,3,4,5};
C、int[ ] a=new int[5]{1,2,3,4,5};
D、int [ ] a=new int[5];
时间:2022-01-04 12:03 关键词: Java程序设计 初级程序员 全国信息技术应用考试
相关问题