Ⅰ x的平方根在java中怎麼輸入. 主要是用Math.sqrt(double n) double x=64.0; double y=Math.sqrt(x); System.out.println(y); Math.pow(x, y);//表示 ...
確定! 回上一頁