While Loops
4 / 5
Square root approximation
Input a nonnegative float a
and a tolerance eps
.
Compute and print the square root of a
with precision eps
.
Input a nonnegative float a
and a tolerance eps
.
Compute and print the square root of a
with precision eps
.