Write algorithm and draw flowchart to find the square root of a number
Answers
Answered by
7
Answer:
Algorithm
Take a reasonable guess (approximate root) for the square root.
Add the approximate root with the original number divided by the approximate root and divide by 2. ...
Continue step 2 until the difference in the approximate root along the iterations is less than the desired value (or precision value).
Explanation:
I hope this will help you so please follow me .
Similar questions