Chapter 2
Across
- 4. a type that represents whole numbers
- 6. to join two operands end-to-end
- 8. a section of code that represents a command or action
- 11. a special symbol that represents a simple computation like addition, multiplication or string concatenation
- 12. a type that represents sequences of characters
Down
- 1. information in a program that is meant for other programmers
- 2. a name that refers to a value
- 3. one of the basic units of data, like a number or string
- 5. a type that represents numbers with fractional parts
- 7. a statement that assigns a value to a variable
- 9. a reserved word that is used by the compiler to parse a program
- 10. one of the values on which an operator operates