[Solved] Compute a^n Compute Power with Java
Compute Power: Write a program to compute a^n (a power n) using recursion. Input and Output Format: Input consists of 2 integers.Refer sample input and output for formatting specifications.All text in bold corresponds to input and the rest corresponds to…