用遞迴函數求5的4次方 public class hw7_20 { public static void main(String[] args) { System.out.println("5的4次方="+rpower(4)); } public ...
確定! 回上一頁