某缺铁性贫血病人,需口服硫酸亚铁,指导服用方法应()
A.饭前服用
B.饭后服用
C.间隔8 小时一次
D.任何时间都可以
E.睡前服一次
参考答案:B
_________ my computer game? On the chair.
A.What’s
B.Where’s
C.How’s
D.Who’s
执行下列程序时,会产生什么异常 public class Test{public static void main(String args[]{ int d=101; int b=220; long a=321; System.out.println((a-b) /(a-b-d) ); } }
A.ArraylndexOutOfBoundsException
B.NumberFormatException
C.ArithmeticExCeption
D.EOFException