Design a function that uses recursion to raise a number to a power. The function should accept

Question:

Design a function that uses recursion to raise a number to a power. The function should accept two arguments: the number to be raised and the exponent. Assume that the exponent is a nonnegative integer.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: