Good morning! Here's your coding interview problem for today. Given a real number `n`, find the square root of `n`. For example, given `n = 9`, return `3`.
Good morning! Here's your coding interview problem for today.
Given a real number
n, find the square root ofn. For example, givenn = 9, return3.