//Given a non-negative integer x, compute and return the square root of x.
//
// Since the return type is an integer, t
2022-07-29