Across
- 3. A function that gets information from the user
- 6. A named storage location for data
- 8. A value that allows a while loop to keep running
- 11. A data type that is either true or false
- 12. To decrease a value, usually by 1
- 13. Code that runs more than once
- 14. A value that stops a while loop
- 15. A loop that never ends
- 16. A variable used to count how many times a loop runs increment To increase a value, usually by 1
- 17. Check a condition
- 19. End a loop
Down
- 1. A true or false statement that controls a loop
- 2. Information printed to the screen
- 4. Data stored in a variable
- 5. A loop inside another loop
- 7. Execute code
- 9. A keyword that repeats code as long as a condition is true
- 10. To check two values
- 12. To find and fix errors in code
- 15. Spaces that show code blocks
- 18. The rules for writing code correctly
