[单选题]
下列程序段的执行结果为 a=1 b=5 Do a=a+b b=b+l Loop While a<10 Print a;b
A.1 5
B.12 7
C.a b
D.10 25
参考答案与解析: