Write a function that returns the integer square root of a number?
Login to Submit
Input: 9 Output: 3 Input: 92 Output: 9 Input: 100 Output: 10 Input: 45 Output: 6