codinasion-archive / codinasion-monorepo

Community Monorepo
https://codinasion.org
MIT License
52 stars 167 forks source link

[Program]: Find power of a number #3756

Closed harshraj8843 closed 1 year ago

harshraj8843 commented 1 year ago

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.

Input  : 2 3
Output : 8

Tracking Issues

hugosmoreira commented 1 year ago

!assign

harshraj8843 commented 1 year ago

Hey @hugosmoreira, !assign command is only for good first issue !!!

Please choose another issue.

Thanks for your interest in contributing to this project.