Write a recursive method, power, that takes as parameters two integers x and y such that x is nonzero and returns xy. You can use the following recursive definition to calculate xy. If y ≥ 0:
Also, write a program to test your method.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.