单项选择题
int x= 10;
do {
x--;
} while(x< 10);
How many times will line 37 be executed?()
A. ten times
B. zero times
C. one to me times
D. more than ten times
点击查看答案&解析
相关考题
