单项选择题

有如下程序 Private Sub Command1_Click() a = 100 Do s=s+a a=a+1 Loop While a>120 Print a End Sub 程序运行后,单击命令按钮,其输出的结果为

A.100
B.120
C.201
D.101