• 2022-06-06
    以下System.out.println(Math.sqrt(16));System.out.println(Math.pow(3,2));System.out.println(Math.max(2.3,4.5));代码中的输出正确的是A.4.0,3.0,2.3B.2.0,9.0,4.5C.2.0,3.0,4.5D.4.0,9.0,4.5