单项选择题

以下程序运行后的输出结果是[填空(1)]。 #include void main() { int i=10,j=0; do { j=j+1; i--; }while(i>2); printf("%d",j); }
A、50
B、52
C、51
D、8

微信扫码免费搜题