问题
填空题
以下程序运行后输出的结果是______。
void main()
int x=15;
while(x>10&&x<50)
x++;
if(x/3) x++;break;
else continue,
printf("%d\n",x);
答案
参考答案:Q
以下程序运行后输出的结果是______。
void main()
int x=15;
while(x>10&&x<50)
x++;
if(x/3) x++;break;
else continue,
printf("%d\n",x);
参考答案:Q