当前位置:
找题吧
>
计算机二级
[单选题]
下列语句段将输出字符'*'的个数为 int i=100; while(1) i--; if(i==0) break; cout<<'*'; }
A.98个
B.99个
C.100个
D.101个
参考答案与解析:
相关试题