填空题
以下程序运行后的输出结果是{{U}}{{U}} {{/U}}{{/U}}。 main( ) { int x=15; while(x>10 &&x<50) { x++; if(x/3){ x++;break;} else continue; } printf("%d/n",x); }
1、
【正确答案】
1、【9】17
【答案解析】
提交答案
关闭