地层水随着温度压力的增高而粘度大大降低,但()对其影响甚微。
参考答案:压力
阅读下列代码后 public class Person int arr[]=new int[10]; public static void main(String args[])System.out.println (arr[1]); 正确的说法是( )。
A.编译时将产生错误
B.编译时正确,运行时将产生错误
C.输出零
D.输出空
以下程序段运行结束后,变量x的值为( )。 x=2 y=4 DO x=x*y y=y+1 Loop While y<4
A.2
B.4
C.8
D.20