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