摘要:A.the sea B.the house C.Scotland D.the island
网址:http://m.1010jiajiao.com/timu_id_4030156[举报]
以下是用Scilab编写的程序,输出a,b的含义是________________.
a=input(“please give the first number”)
b=input(“please give the second number”)
while a<>b
if a>=b
a=a-b;
else
b=b-a;
end
end
print(%io(2),a,b)
查看习题详情和答案>>