单项选择题

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

A.1
B.51
C.6
D.15
热门 试题