Across
- 5. Basic Text Output for for the computer to print
- 7. A data type that can store a sequence of letter, numbers, and symbols
- 8. This tells the computer to not expect a return value from a function
- 10. A value that can be changed for use later in the program
Down
- 1. The way words and symbols are written so it makes sense to us or the computer.
- 2. A set of pre-defined functions and objects.
- 3. A data type that can store any whole number.
- 4. A data type that can store any whole, or decimal number.
- 6. A data type that can store either a true or false value
- 9. This tells the computer what library to use by default
