FBL40B型铲车停放、紧急制动系统的正常压力是()兆帕
A、16
B、16.2
C、17
D、17.2
参考答案:D
设有如下程序: public class Sun public static void main(String args[ ]) int x,y; x=4; y=0; if(Math.pow(x,2)==16) y=x; if(Math.pow(x,2)<15) y=1/x; if(Math.pow(x,2)>15) y=(int)Math.pow(x,2)+1; System.out.println(y); 程序的运行结果是( )。
A.4
B.17
C.18
D.0.25