Programming Example
Write a program to compute the square root of a given number (without using sqrt() function of the math library).
Write a program to compute the square root of a given number (without using sqrt() function of the math library).