filmov
tv
Calculate Power (x,n) using Recursion - Solution | Recursion in JAVA

Показать описание
NADOS also enables doubt support, career opportunities and contests besides free of charge content for learning. In this video, we discuss the solution where we are required to find the value of any number 'x' raised to the power 'n' using recursive logic. In this problem,
1. You are given a number x.
2. You are given another number n.
3. You are required to calculate x raised to the power n. Don't change the signature of power function .
#recursion #algorithms