单项选择题

下列循环的循环体将被执行( )。 int x =10, y=30; dot y -= x; x++; while (x++>y--);

A.0次
B.1次
C.2次
D.3次