Chapter 1, Building Abstractions with Procedures
Section - The Elements of Programming
Exercise 1.2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(/
(+
5 4 (-
2 (-
3 (+
6 (/ 4 5)
)
)
)
) (*
3
(- 6 2)
(- 2 7)
)
)