试题与答案

ECOLIFE自动变速冷却系统有()个热交换器。A、1 B、2 C、3 D、4

题型:单项选择题

题目:

ECOLIFE自动变速冷却系统有()个热交换器。

A、1

B、2

C、3

D、4

答案:

参考答案:B

试题推荐
题型:单项选择题

在窗体上画一个名称为Coramandl的命令按钮,然后编写如下程序;
Dim SW As Boolean
Function func(X As Integer)As Integer
If X<20 Then
Y=X
Else
Y=20+X
End If
func=Y
End Function
Private Sub Form_MouseDown(Button As Integer,
Shift As Integer, X As Single, Y As Single)
Dim a As Boolean
SW=False
End Sub
Private Sub Form_MouseUp(Button As Integer,
Shift As Integer, X As Single, Y As Single)
SW=True
End Sub
Private Sub Command1_Click()
Dim intNum As Integer
intNum=InputBox("")
If SW Then
Print flmc(intNum)
End If
End Sub
程序运行后,单击命令按钮,将显示一个输入对话框,如果在对话框中输入25,则程序的执行结果为

A.输出0

B.输出2

C.输出45

D.无任何输出

查看答案
微信公众账号搜索答案