单项选择题

35.intx=10;
36.do{
37.x--;
38.}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