In Java, the Math.pow() function takes exactly two arguments, ... int exponent = 4; double raised_value = Math.pow(base, exponent); ...
確定! 回上一頁