Write an algorithm to find the square root of a number.
Answers
Answered by
6
Use this algorithm to find the square root of any real number. Step 1: Group the number in "twos" from the decimal place. (If you have a number with an odd number of digits, the group to the far left will only be a group of 1 digit.) Step 2: Start with the first group of two (the group on the left).
Similar questions