Code Review
Compare your solutions
#| BEGIN (Write your solution here) |#
(define solution (lambda (x) (+ 1 (/ 1.0 x))))
#| END |#
#| BEGIN (Write your solution here) |#
(define solution (lambda (x) (+ 1 (/ 1.0 x))))
#| END |#