单项选择题

在窗体上有个命令按钮,然后编写如下事件过程:    m=InputBox("enter the first integer")    n=InputBox("enter the second integer")    Print n+m   程序运行后,单击命令按钮,先后在两个输入框中分别输入“1”和“5”,则输出结果为( )。

A.30
B.31
C.32
D.33