Directions: Each Circle of Evaluation on the left has been partially-converted to code on the right.
Finish the code by filling in the gaps, so that it matches the Circle.
- (+ 16 (* 6 -3))(+ (* 6 ))
- (- (+ 25 13) (* 2 4))(- (+ 13) ( 4))
- (* (+ 10 4) 28)( (+ 4) )
- (* 13 (/ 7 (+ 2 -4)))(* (/ (+ 2 -4)))
- (+ (/ (+ 8 1) 3) (- 5 3))(+ (- 3))