Exercise:   Converting Circles of Evaluation with Booleans to Code

Exercise: Converting Circles of Evaluation with Booleans to Code

Directions: For each Circle of Evaluation in the left column, write the code that corresponds to the Circle in the right column:
  • (> (+ 4 5) 9)
  • (and (< 5 10) (< 10 15))
  • (or (string=? yum "apple") (string=? yum "banana"))
  • (>= (string-length "My Game") 6)
  • (or (and (< 1 x) (< x 5)) (and (< 8 x) (< x 10)))