Exercise:   Converting Circles of Evaluation to Code

Exercise: Converting Circles of Evaluation to Code

Directions: For each Circle of Evaluation on the left-hand side, write the code for the Circle on the right-hand side:
  • (- (+ 17 16) (* 13 17))
  • (+ (* 12 5) 24)
  • (- (* 4 13) (- 19 21))
  • (- 21 (* 4 13))
  • (- (- 19 9) (* (+ 10 9) -3))
  • (* 1 (* 21 10))