以下是用
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)科目:高中数学 来源:“伴你学”新课程 数学·必修3、4(人教B版) 人教B版 题型:044
以下是用Scilab语句编写的一个程序,根据程序画出相应的程序框图.
x=input(“x=”);
y=input(“y=”);
print(%io(2),x/2)
print(%io(2),3*y)
x=x+1;
y=y+1;
print(%io(2),x)
print(%io(2),y)
查看答案和解析>>
科目:高中数学 来源:数学教研室 题型:022
以下是用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