[单选题]
下列程序段的执行结果为 A=0: B=1 Do A=A+B B=B+1 Loop While A<10 Print A;B
A.105
B.A B
C.01
D.10 30
参考答案与解析: