单项选择题

在窗体上画一个命令按钮,然后编写如下事件过程:
Private Sub Command1_Click()
x=InputBox("Enter the First integer")
y=InputBox("Enter the Second integer")
Print y+x
End Sub
程序运行后,单击命令按钮,先后在两个输入对话框中分别输入456和123,则输出结果是______。

A.579
B.123
C.456
D.123456
题目列表

你可能感兴趣的试题

微信扫码免费搜题