大树移植的断根缩坨,每年应切断全园树根的()。
A.1/6~1/5
B.1/5~1/4
C.1/4~1/3
D.l/3~1/2
参考答案:D
室温下,在pH=12的强碱溶液中,由水电离出的c(OH-)为( )
A.1.0×10-7 mol•L-1
B.1.0×10-6 mol•L-1
C.1.0×10-2 mol•L-1
D.1.0×10-12 mol•L-1
给出下面代码段,x处于( )范围时打印字符串“second”。 pubhc class forLoopStatement public static voidmain(String[]args) int x=______;//给x赋值 if(x>0) System.out.println("second"); else if(x>-3) System.out.println("second"); else System.out.printlnCthird");
A.x>0B.x>-3 C.x<=-3D.x<=0 & x>-3