有如下程序:A=3:b=4 Print b>a End

问题描述:

有如下程序:A=3:b=4 Print b>a End
运行后,输出的结果是()
(A)True (B) False (C) 4>3 (D) 显示出错信息

答案是C