Square root Java implementation of newton's' method of computing square root. Requirements the solution uses only four basic arithmetic operations (+, -, *, / ) and comparison; the solution provides a result with given precision (0 <= k >= 10000);