题目列表(包括答案和解析)
以下是用
Scilab编写的程序,输出a,b的含义是________________.a=input(
“please give the first number”)b=input(
“please give the second number”)while
a<>bif a>=b
a=a-b;
else
b=b-a;
end
end
print(
%io(2),a,b)以下是用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)
湖北省互联网违法和不良信息举报平台 | 网上有害信息举报专区 | 电信诈骗举报专区 | 涉历史虚无主义有害信息举报专区 | 涉企侵权举报专区
违法和不良信息举报电话:027-86699610 举报邮箱:58377363@163.com