单项选择题

有如下程序:
Print Sub Form_Click()
M=1
N=1
Do While M< 10
M=2*N+M
Loop
Print M
End Sub
该程序的输出结果是()。

A.12
B.11
C.10
D.9