问题描述:
[单选]
下列选项,不正确的是()。
A.for(int a=1;a<=10;a++)
B.int a=1; do{a++: }while(a<=10)
C.int a=1; while(a<=10){a++: }
D.for(int a=1;a<=10;a++)a++
参考答案:查看无
答案解析:无
☆收藏
答案解析:无
☆收藏
- 我要回答: 网友(216.73.216.29)
- 热门题目: 1.将文本框的Pass word 2.有以下程序: #includ 3.已知有如下结构体:struc
