单项选择题

A.If x<0 Then y=2*x-1: Write(x) End If
B.If x>y Then Write(x>y)
C.If x Then t=t*x
D.If x Mod 3=2 Then Write(x)