Exercise:   Converting Circles of Evaluation to Code

Exercise: Converting Circles of Evaluation to Code

Directions: For each Circle of Evaluation on the left, write down the code on the right:
  • (ellipse 30 (+ 20 30) "outline" "red")
  • (image-width (rectangle 65 16 "outline" "blue"))
  • (circle (sqrt (* 25 5)) "solid" "green")
  • (text "Spring time!" (* 4 5) "pink")
  • (scale (* 1 0.5) (star (/ 100 5) "solid" "gold"))