Return the base raised to the given power, as a whole number. Math.pow always hands back a double, so a cast is needed.
int power(int base, int exponent)
Examples
There are also 3 hidden tests you can't see. Solve the problem, not the examples.