如何使用Java計算次方(次冪)

2019獨角獸企業重金招聘Python工程師標準>>> java public static void main(String args[]) { int num = 2; int pow = 5; System.out.print(power(num , pow)); } public static int power(int a , int b) { i
相關文章
相關標籤/搜索