單項(xiàng)選擇題

執(zhí)行如下程序段后,變量x、y的值分別為()。
x=3
y=2
if x>y then
x=x-y
print x,y
else
y=x+y
print y,x
end if

A.2、3
B.1、2
C.3、2
D.2、1


您可能感興趣的試卷