Name of programmer your name goes here date date program


Writing a recursive function called pow(base, power) that takes in two numbers. First number is a base and the second number is a power. The function will return the number raised to the power. Thus, if the number is 2 and the power is 4, the function will return 16. (80 points). 2. Writing a main() function that asks for a number and a power. Then calls the recursive function created in step 1. 3. Include a header at the top of the code with the following information: # Name of programmer: your name goes here # Date: date program was written # Description: a description of what the program does. 

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: Name of programmer your name goes here date date program
Reference No:- TGS02749726

Now Priced at $10 (50% Discount)

Recommended (94%)

Rated (4.6/5)