Directions: For each Circle of Evaluation on left, write the Arithmetic expression
on the right:
- (+ 4 5)
- (* 7 6)
- (- (* 2 3) (+ 1 0))
- (- (+ 5 8) 12)
- (* -2 (* 1 -6))
- (+ (* (- 4 1) -2) 12)
Exercise: Converting Circles of Evaluation to Arithmetic Expressions