Computer Science, asked by adityarajput66, 3 months ago

write program to find square root of any number ..​

Answers

Answered by JiyaPatidar
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