下列语句正确的是( )。
A.If X<3*Y And X>Y Then Y=X^3
B.If X<3*Y And /X>Y Then Y=X3
C.If X<3*Y:X>Y Then Y=X^3
D.If X<3*Y And X>Y Then Y=X**3
正确答案是A