问答题
写出下列程序的运行结果。 main() { int n; For(n=3; n<=10; n++) { if(n%6= =0) break; Printf(“%d”,n); } }
【正确答案】
3 4 5
【答案解析】
提交答案
关闭