diff --git a/content/classwork/02_cw_prefix.md b/content/classwork/02_cw_prefix.md new file mode 100644 index 0000000..ba53ece --- /dev/null +++ b/content/classwork/02_cw_prefix.md @@ -0,0 +1,16 @@ +# Classwork 01: Prefix Expressions + +**Directions:** On your notebook, evaluate the following expressions + +| Expression | Value | +| ---------- | ----- | +| 10 | | | +| (+ 5 3 4) | | | +| (- 9 1) | | | +| (/ 6 2) | | | +| (+ (* 2 4) (- 4 6)) | | | +| (+ 2 (- 3 1)) | | | +| (* ( + 1 3) (- 5 2)) | | | +| (+ (* (- 4 (- 5 1)) 3) 2) | | | +| (- 5) | | | +| (+ 3) | | |