public static void main(String[] args) { //使用自己建的函數. System.out.println(power(3,2));//3的2次方. System.out.println(power(2,5)); //使用java內建函數
確定! 回上一頁