Across
- 2. another word for iteration
- 5. repeating instructions in a program
- 8. decreasing a value by a fixed amount
- 10. loop that runs until a condition is met
Down
- 1. scratch block used for iteration
- 3. stores a value in a program
- 4. increasing a value by a fixed amount
- 6. loop that runs a set number of times
- 7. reduces duplicate code
- 9. finding and fixing errors in code
