题目内容

在窗体上画一个名称为Command1的命令按钮,然后编写如下事件过程: Private Sub Command1_Click() Dim num As Integer num=1 DO Until num>6 Print num; num=num+4 Loop End Sub 程序运行后,单击命令按钮,则窗体上显示的内容是

A. 1 3.4 5.8
B. 1 3 5
C. 1 4 7
D. 无数据输出

查看答案
更多问题

房地产面积测算时,边长以()为单位,取至()。

A. cm 1cm
B. cm 1m
C. m 1cm
D. m 0.01m

在窗体上画一个名称为Command1的命令按钮和两个名称分别为Text1、Text2的文本框,然后编写如下事件过程:
Private Sub Commandl_Click()
n=Text1.Text
Select Case n
Case 1 T0 20
x=10
Case 2,4,6
x=20
Case ls<10
x=30
Case 10
x=40
End Select
TextText=x
End Sub
程序运行后,如果在文本框Text1中输入10,然后单击命令按钮,则在Text2中显示的内容是

A. 10
B. 20
C. 30
D. 40

听力原文:M: I'd like to get a haircut.
W: How do you like your haircut?
M: Cut it short in the back, and part it in the middle.
W: Would you like a shampoo?
M: No, thanks. But I'd like a shave.
W: Ok. I understand.
How does the man like his haircut?

A. Cut it short in the back.
B. Part it in the middle.
C. Both A and B.

After the new technique was introduced, the factory produced ______tractors in 1988 as the

A. as twice many
B. as many twice
C. twice as many
D. twice many as

答案查题题库