SICP exercise 1.02
From Drewiki
(Redirected from SICP exercise 1.2)
Problem
Translate the following expression into prefix form:
Solution
(/ (+ 5 4 (- 2 (- 3 (+ 6 (/ 4 5))))) (* 3 (- 6 2) (- 2 7)))
Translate the following expression into prefix form:
(/ (+ 5 4 (- 2 (- 3 (+ 6 (/ 4 5))))) (* 3 (- 6 2) (- 2 7)))