在窗体上画一个名称为Text1的文本框和一个名称为Command1的命令按钮,然后编写如下事件过程: Private Sub Commandl_Cliek() Dim arrayl(10, 10)As Integer Dim i,j As Integer For i=1 To 3 Forj=2 To 4 array1(i, j)=i+j Next j Next i TextText=array1(2, 3)+array1(3, 4) End Sub 程序运行后,单击命令按钮,在文本框中显示的值是 ()
查看答案
在窗体(Name属性为Form1)上画两个文本框(其Name属性分别为Text1和 Text2)和一个命令按钮(Name属性为Commandl),然后编写如下两个事件过程: Private Sub Commandl Click() a=TextText+TextText Print a End Sub Private Sub Form. Load() TextText="" Text2.Text="" End Sub 程序运行后,在第一个文本框(Text1)和第二个文本框(Text2)中分别输入123和 321,然后单击命令按钮,则输出结果为 ()
A. 444
B. 321123
C. 123321
D. 132231
Jill: Hi, Jane, this is Jill. Do you have time to talk? Jane: Hi, Jill, ______. I was just
A. so what
B. no doubt
C. some time
D. sure
Bob: Why didn't you come to my party last night? Bill: I'm sorry, ______ I had to visit my
A. I did it
B. I still remember it
C. I couldn't make it
D. I will come
Stewardess: Please put your seat up. We'll be serving dinner shortly. Passenger: I'd like
A. Can you help with it?
B. Can you stay a few minutes?
C. It's your duty to fix it.
D. Hold on, please.