单项选择题

下列程序段的执行结果为  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