• 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)); 代码中的输出正确的是