Skip to content

Commit

Permalink
Create 02_cw_prefix.md
Browse files Browse the repository at this point in the history
  • Loading branch information
novillo-cs authored Sep 12, 2024
1 parent 15b92f6 commit 481d97a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions content/classwork/02_cw_prefix.md
Original file line number Diff line number Diff line change
@@ -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) | | |

0 comments on commit 481d97a

Please sign in to comment.