Code Review
Compare your solutions
#| This exercise has no tests.
Any solution is a right answer. |#
If `new-if
#| This exercise has no tests.
Any solution is a right answer. |#
If `new-if` is used, the loop still execute even after
`(good-enough?)` evaluates to `#t`, causing the program
to never stop and resulting in an error.
#| This exercise has no tests.
Any solution is a right answer. |#
If `new-if
#| This exercise has no tests.
Any solution is a right answer. |#
If `new-if` is used, the loop still execute even after
`(good-enough?)` evaluates to `#t`, causing the program
to never stop and resulting in an error.