单项选择题
执行如下程序段后,变量x、y的值分别为()。
x=3
y=2
if x>y then
print x,y
else
print y,x
end if
A.2、3
B.2、2
C.3、2
D.3、3
点击查看答案&解析

单项选择题
执行如下程序段后,变量x、y的值分别为()。
x=3
y=2
if x>y then
print x,y
else
print y,x
end if
A.2、3
B.2、2
C.3、2
D.3、3
微信扫一扫,加关注免费搜题