Joy Time

1234567891011121314151617
Across
  1. 6. Operator used to check a specific codition like = or >.
  2. 8. Used to make a loop that repeated certain number of times.
  3. 10. Used to combine two or more conditional expressions.
  4. 12. Evaluated value ex. arithmetic operation.
  5. 13. Error Error happens when writing code incorrectly.
  6. 14. Error Error appears during the execution of the program.
  7. 15. Must be placed within double quotation.
  8. 16. Reserved memory location that can't be changed later.
Down
  1. 1. Variable name can't start with.
  2. 2. Reserved memory location to store value temporarily.
  3. 3. Used to insert new line in the output.
  4. 4. Used to run code at regular intervals.
  5. 5. Can be True of False.
  6. 6. An expression that results in True of False
  7. 7. Error Error happens when the expressions used in the assignment statement are built improperly.
  8. 9. Used to make a loop that repeated while some condition is True.
  9. 11. Numeric data Type that cannot have negative values.
  10. 17. Determines where the variable or constant can be used.