Across
- 4. represents value that are true and false
- 6. are ignored by the compiler
- 8. literals that must be enclosed in single quote marks
- 10. storage location in memory
- 11. new line
- 13. a programmer-defined name for some part of a program
Down
- 1. operator that gives the size of any data or variable
- 2. print to screen
- 3. to assign a variable to a value
- 5. variable whose content cannot be changed
- 7. part of the program in which a variable can be accessed.
- 9. statement that uses = operator to store a value in a variable
- 12. a value that is written into a programs code
