Introduction - If you have any usage issues, please Google them yourself
The square root known iteration formulas Xn+ 1 = (Xn+ a/Xn)/2, set X = a/2. Write a program input a value are calculated the square root. The end of the iteration condition is x n+ 1-xn < 10-5