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

答案:求a,b的最大公約數(shù)
練習(xí)冊系列答案
相關(guān)習(xí)題

科目:高中數(shù)學(xué) 來源:“伴你學(xué)”新課程 數(shù)學(xué)·必修3、4(人教B版) 人教B版 題型:044

以下是用Scilab語句編寫的一個程序,根據(jù)程序畫出相應(yīng)的程序框圖.

x=input(“x=”);

y=input(“y=”);

print(%io(2),x/2)

print(%io(2),3*y)

x=x+1;

y=y(tǒng)+1;

print(%io(2),x)

print(%io(2),y)

查看答案和解析>>

科目:高中數(shù)學(xué) 來源: 題型: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=ab

   else

    b=ba;

  end

end

print(io(2),a,b)

查看答案和解析>>

同步練習(xí)冊答案