题库 高中信息

题干

Sub test2()
a = 12:b = 12:c = 5
Label1.Caption = ""
Label2.Caption = ""
If a > b Or Not b<c Then
Label1.Caption = "monday"
Else
Label2.Caption = "tiger"
End If
Label3.Caption =" Label1.Caption+" Label2.Caption
End sub
该程序段运行后,在标签Label3的Caption属性值是(   )
A."monday"B."tiger"C."mondaytiger"D.""
上一题 下一题 0.99难度 选择题 更新时间:2016-03-16 03:33:14

答案(点此获取答案解析)