填空题

A型题 以下程序运行后输出的结果是()。 main() {int a=1,b; for(b=1;b<=10;b++) (if(a>=8)break; if(a%2==1){a+=5;continue;} a-=3: } printf("%d\n",b); }

【参考答案】

4