Open harshraj8843 opened 2 years ago
!assign
Hey @saiprakash255,
This issue has been assigned to you for more than 15 days.
We are unassigning you from this issue.
If you are still interested in contributing to this issue, please get auto-assigned on the issue by commenting !assign
again.
Thanks for your contributions :)
!assign
!assign
Description
Write a Kotlin program to find square root of a number
Square root of a number is the number that when multiplied by itself gives the original number. For example, square root of 4 is 2 because 2 2 = 4. Similarly, square root of 9 is 3 because 3 3 = 9.
How to contribute
- Save the solution in `program/program/find-square-root-of-a-number/program/FindSquareRootOfANumber.kt` file