C++ Programming Concepts

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