以下语句的输出结果是(注:■表示一个空格)()
a=123
b=456
Printa;b
A:123■456 B:■123■456 C:■123■456■ D:■123■■456
123 456 788×123 456 790-123 456 789×123 456 789=( )。
A:-1 C:1 D:2
在窗体上画一个命令按钮,然后编写如下事件过程:
Private Sub Commandl_Click( )
a:InputBox("Enter the First Integer")
b:InputBox("Enter the Second Inteeer")
Print b+a
End Sub
程序运行后,单击命令按钮,先后在两个输入对话框中分别输入456和123,则输出结果是 ( )
A:579 B:123 C:456 D:123456
运行下面的程序,单击命令按钮后,当输入分别为123和456时,输出结果为 ______。
Private Sub Command1_Click( )
a=InputBox("请输入一个数字:")
b=Val(InputBox("请再输入一个数字:"))
PrInt a+b
End Sub
A:123 B:456 C:123123 D:579
以下语句的输出结果是______。 a$="123" b$="456" Print a$;b$
A:123□456 B:123456 C:□123□456 D:□123□□456
以下语句的输出结果是______。 a=123 b=456 Print a;b
A:123□456 B:□123□456 C:□123□456□ D:□123□□456
运行下面的程序,单击命令按钮后,当输入分别为123和456时,输出结果为 ______。 Private Sub Command1_Click( ) a=InputBox("请输入一个数字:") b=Val(InputBox("请再输入一个数字:")) PrInt a+b End Sub
A:123 B:456 C:123123 D:579
在窗体上画一个命令按钮,然后编写如下事件过程: Private Sub Commandl_Click( ) a:InputBox("Enter the First Integer") b:InputBox("Enter the Second Inteeer") Print b+a End Sub 程序运行后,单击命令按钮,先后在两个输入对话框中分别输入456和123,则输出结果是 ( )
A:579 B:123 C:456 D:123456
123,456,789,()。
A:1122 B:101112 C:11112 D:100112
123,456,789,()。
A:1122 B:10112 C:110112 D:111213