[单选题]
下列程序段的执行结果为______。 x = 0: y = 1 z = 1: n = 0 Do x = x + y + z n = n + 1 Loop While x < 10 Print x; n
A.10 5
B.x n
C.9 5
D.10 6
参考答案与解析: