网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
在窗体中添加一个命令按钮,然后编写如下程序:
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.246
B.123
C.456
D.123123
参考答案
更多 “ 在窗体中添加一个命令按钮,然后编写如下程序:Private Sub Command1_Click()Dim a As Integer, b As Integera=InputBox(“Enter the Firstinteger”)b=InputBox(“Enter the Secondinteger”)Print b+aEnd Sub程序运行后,单击命令按钮,先后在两个输入框中分别输入123和123,则输出结果是( )。A.246B.123C.456D.123123 ” 相关考题
考题
在窗体中添加一个命令按钮(名为Commandl)和一个文本框(名为Textl),然后编写如下事件过程:
热门标签
最新试卷