Question: Write a recursive method for raising x to the power n that works for negative n as well as positive n then write a driver
Write a recursive method for raising x to the power n that works for negative n as well as positive n then write a driver to test it. Use the fact that x^-n = 1/x^m. Comment out the program to explain each process.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
