5.有如下VB程序: Private Sub Command1 Click() Dim x As Double, y As Double x = Val If x > 10 Then y = "HELLO" Else y = "BYEBYE" Endif Text2.Text = y End Sub 这个程序运行的时候出现“类型不匹配 的错误.应把划线处改为 A.Integer B.String C.Boolean D.Long 查看更多

 

题目列表(包括答案和解析)


同步练习册答案