...

/

Challenge: Recursive Powers

Challenge: Recursive Powers

We'll cover the following...

Write a recursive function power(x, n) that returns the value of xnx^n (assume that nn is an integer). Here are the 44 ...