下列語句語法正確的是()
A.if x<;2*y :x>;y then y=x^2
B.if x<;2*y and x>;y then y=x2
C.if x<;2*y and x>;y then y=x^2
D.if x<;2*y and x>;y then y=x**2
正確答案:if x<;2*y and x>;y then y=x^2
下列語句語法正確的是()
A.if x<;2*y :x>;y then y=x^2
B.if x<;2*y and x>;y then y=x2
C.if x<;2*y and x>;y then y=x^2
D.if x<;2*y and x>;y then y=x**2
正確答案:if x<;2*y and x>;y then y=x^2