下面程序段的输出结果为 public class Test { public static void main(String args[]) { boolean a,b,c; a=(3<5); b=(a==true); System.out.println("a="+a+"b="+B); c=(b==false); System.out.println("b="+b+"c="+C); } }
A. a=true b=false b=true c=false
B. a=true b=false b=true c=true
C. a=true b=true b=true c=false
D. a=false b=false b=true c=false
查看答案
How's Tim now?
A. Very well.
B. A bit sad.
C. A bit annoyed.
The cause for the heat in interior of the earth is______.
A. radioactive elements
B. the great pressure of the earth
C. not determined
D. the heat remaining from the formation of the earth
According to the writer, which one of the following is NOT true?
A. Division of labor can enable fewer people to make more pins.
B. Division of labor helps people to produce more of what they already have.
C. Division of labor is responsible for economic growth.
Division of labor is an efficient way of organizing work.
执行下列程序时,会产生什么异常 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)); } }
ArrayIndexOutOfBoundsException
B. NumberFormatException
C. ArithmeticException
D. EOFException