Unlike Python, Java doesn't have support for exponent operator, instead, it has a static method in the Math library, Math.pow(base, exponent).
確定! 回上一頁