
Square Root of a Number
Problem Statement Given a number n, devise an algorithm to compute its square root. Code // Square root of a number upto 2 decimal places…
Problem Statement Given a number n, devise an algorithm to compute its square root. Code // Square root of a number upto 2 decimal places…