以下程序运行后的输出结果是______。 main() { int x=15; while(x>10 && x<50) { x++; if(x/3){x++;break;} else continue; } printf("%d\n",x); }
答案: <查看本题扣1积分>
查看答案
答案不对?请尝试站内搜索