填空题

下列程序的运行结果为 【16】
A="1"
B="2"
A=Val(A) +Va1(B)
B=Val("12")
If A<>B Then Print A-B Else Print B-A

【参考答案】

-9