填空题
以下程序的运行结果为
1
。
a="1" :b="2"
a=Val(a)+Val(b)
b=Val("12")
If a<>b Then MsgBox a-b Else MsgBox b-a
1、
【正确答案】
1、-9
【答案解析】
提交答案
关闭