某1000只鸡群,1周内发病100只,病死10只,其病死率为:()
A、1%
B、10%
C、11%
D、20%
E、30%
参考答案:B
放射性核素显像根据显示方法不同分为:①_____、②_____、⑧_____、④_____。
执行下列程序时,会产生什么异常( )。 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.ArrayIndexOutOfBoundsException
B.NumberFormatException
C.ArithmeticException
D.EOFException