以下是用
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