单项选择题

A.If  x>=y^3  Print “OK”
B.If  x>=y*y*y  Then  “OK” 
C.If  x>=y^3  Then  Print  “OK” 
D.If  x>=y*y*y  Then   Print  “OK”  End If