Math,pow()的使用方法可以參考Java文件(java.lang.Math) ... 5));//顯示2的5次方} //自己寫的次方函數public static double power(int x,int y){ double result = 1; ...
確定! 回上一頁