问题详情
下列程序段的执行结果为
X=2
Y=5
If X * Y < 1 Then Y=Y - 1 Else Y=-1
Print Y - X > 0 ()。
A.True
B.False
C.-1
D.1
请帮忙给出正确答案和分析,谢谢!