以下程序片段运行后的输出结果是什么? int[] x= new int[5]; x[0]=1; x[1]=2; for (int i = 2; i < x.length; i++) { x[i]+=x[i-1]+x[i-2]; } for (int i = 0; i < x.length; i++) { System.out.print(x[i]); }
A.
12345
B.
12248
C.
12358
D.
13579
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
皮皮学刷刷变学霸
举一反三
【单选题】I cannot _______ that all of the students will enjoy your classes. After all, students’ tastes vary.