问题描述:
[单选]
下列选项,不正确的是()。
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++
参考答案:查看无
答案解析:无
☆收藏
答案解析:无
☆收藏
- 我要回答: 网友(3.148.248.235)
- 热门题目: 1.On ErrorGoto 0 2.下列程序段中,空格“?”处的 3.有以下程序#include&