填空题

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

【参考答案】

-9
热门 试题

填空题
填空题
可以使用 【8】 键添加断点。