Closed harshraj8843 closed 1 year ago
Write a program to find power of a number
Power of a number is the result of multiplying a number by itself a certain number of times. For example, 2^3 = 2 2 2 = 8. The number 2 is the base and 3 is the exponent.
Input : 2 3 Output : 8
!assign
Hey @hugosmoreira, !assign command is only for good first issue !!!
good first issue
Please choose another issue.
Thanks for your interest in contributing to this project.
Description
Write a program to find power of a number
Power of a number is the result of multiplying a number by itself a certain number of times. For example, 2^3 = 2 2 2 = 8. The number 2 is the base and 3 is the exponent.
Tracking Issues