5. Maze Recap
5. Maze Recap
Vocabulary
Unit 4 Vocabulary
operator (n): Compares values and returns TRUE / FALSE
Comparison operators: =, >, ≥ , <, ≤
Boolean operators: AND, NOT, OR
variable (n): a place where a program can store one piece of data that can change
increment (v): increase (add to) the value
decrement (v): decrease (subtract from) the value