While Loop Crossword Puzzle

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