电子科技大学 / VB程序设计
正确率:100%
在窗体中添加一个命令按钮,然后编写如下程序:Private Sub Command1_Click() Dim a As Integer, b As Integer a=InputBox(“Enter the Firstinteger”) b=InputBox(“Enter the Secondinteger”) Print b+a End Sub 程序运行后,单击命令按钮,先后在两个输入框中分别输入123和123,则输出结果是()。
A.456
B.246
C.123123
D.123
参考答案:
佳题速递: