单项选择题
运行下列程序,显示的结果是()。 Private Sub Command34_Click() i=0 Do i=i+1 Loop While i<10 MsgBox i End Sub
A. 0 B.1 C.10 D.11