write program to find square root of any number ..
Answers
Answered by
1
Answer:
Method 1: Using inbuilt sqrt() function: The sqrt() function returns the sqrt of any number N.
Method 2: Using Binary Search: This approach is used to find the square root of the given number N with precision upto 5 decimal places.
Explanation:
Please mark me as a branlist
Similar questions