摘要: The position of a(n) is a part-time job. A. florist B. artist C. preschool teacher D. dental nurse 63 Which of the following is the most important for the childcare job? A. Cooking skills. B. Childcare experience. C. The ability to start work in two weeks. D. The ability to work well with other people.
网址:http://m.1010jiajiao.com/timu_id_4407271[举报]
以下是用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)
查看习题详情和答案>>