使用java中标准类库中的一个类的类里面的方法来编写一个小程序
收起
double d = 2; d = Math.sqrt(d); System.out.println(d); // 1.414
报告相同问题?