You can square a number in Java in at least two different ways: Multiply the number by itself; Call the Math.pow function.
確定! 回上一頁