square root of 8931.6 by long division method
Answers
Answered by
0
Answer:
Given an integer X which is a perfect square, the task is to find the square root of it by using long division method.
Examples:
Input: N = 484
Output: 22
222 = 484
Input: N = 144
Output: 12
122 = 144
Similar questions