下面不能在信息框中输出“Visual Basic”的是( )。
A. x=MsgBox(”Visual Basi”)
B. MsgBox(”Visual Basic”)
C. MsgBox”Visual Basic”
D. Call MsgBox”Visual Basic”
第1题:
下面不能在信息框中输出“VB”的是( )。
A.MsgBox"VB"
B.MsgBox("VB")
C.MsgBox("VB")
D.Call MsgBox"VB"
第2题:
下面不能在信息框中输出“VB”的是( )。
A.MsgBox"VB"
B.MsgBox("VB")
C.MsgBox("VB")
D.Call MsgBox"VB"
第3题:
下面关系表达式中,其值为 False 的是()。
A.'ABC'>'Abc'
B.'The'<>'They'
C.'VISUAL'=Ucase('Visual')
D.'Integer'>'Int'
第4题:
A、”Visual”
B、”等级考试”
C、””
D、//Basic//
第5题:
A."The"<>"they"
B."ABC"<"AbC"
C."VISUAL"=Ucase("Visual")
D."Integer"="Int"