单项选择题

下列程序:
Private Sub Command1_Click()
a=InputBox("请输入")
b=InputBox("请输入")
Print=a+b
End Sub
运行时输入3和4,输出的结果是

A.7
B.34
C.3+4
D.出错