问题详情
设x和y为int型变量,则执行下面的循环后,y的值为() for(y=l, x=l; y<=50; x="">=10) break; if(x%2==1){ x+=5; continue;} X -= 3; }
A.2
B.4
C.6
D.8
请帮忙给出正确答案和分析,谢谢!