A.the sea B.the house C.Scotland D.the island 查看更多

 

题目列表(包括答案和解析)

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

查看答案和解析>>

以下是用Scilab编写的程序,输出ab的含义是________________

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)ab)

查看答案和解析>>

函数f(x)=(a2-4a+4)ax是指数函数,则a等于(  )

查看答案和解析>>

已知函数f(x)=ax2+bx+3a+b是偶函数,且定义域为[a-1,2a],则a-b=(  )

查看答案和解析>>

A是命题,┐A是A的否命题,如果┐A⇒B,那么┐B是A的(  )

查看答案和解析>>


同步练习册答案