单项选择题

下列程序段,在运行时,最早输出的内容是
a=2
C=1
AAA:
C=C+a
If c<10 Then
Print c
CoTo AAA
E1se
Print"10以内的奇数显示完毕。
End If

A.3
B.7
C.9
D.6