Across
- 3. when you use a lot of variables, you will want to use names to keep track of them
- 5. using <, >, or = to compare values
- 6. a conditional that runs if a value is present, else it runs something different
- 7. calling a variable and assigning it a new value
- 10. code runs only when conditions are right
- 11. the value of a variable that is a number
Down
- 1. a way to write or plan code using normal language
- 2. a way for us to keep track of information in our code
- 4. the value of a variable that is a word
- 8. a way to decide one or the other, true/false, yes/no etc
- 9. the number of objects is the value of the variable
