目测计数法适用于()地方
A、室内蝇密度调查
B、室外蝇密度调查
C、室内、室外均可使用
D、适用于蝇种群数量较低的场所
参考答案:C
— Is the price of the backpack very______?
— No, it ______me only twenty yuan.
A.high;spent
B.expensive;takes
C.high;cost
D.cheap;spends
有如下程序: a=1:b=2:c=3 a=a+b:b=b+c:c=b+a If a< >3 Or b< >3 Then a=b-a:b=c-a:c=b+a End If Print a+b+c 运行后,输出的结果是 【15】 。