Programming Example
Calculate Square Root without using Math.h sqrt Function
Write a C program which will calculate the square root of a number without using math.h sqrt() function and print that sqrt to the STDOUT as floating point number with exactly 2 decimal precision.