C++ data

12345678910111213
Across
  1. 3. a graphical way of representing computer code
  2. 6. a library that allows parameterized data streams
  3. 8. a multiple selection control structure
  4. 9. the order of statements in a program
  5. 11. the repetition of a loop
  6. 12. the amount increased after a loop
  7. 13. a library that allows the program to input and output information
Down
  1. 1. a procedure for solving a problem in terms of the actions to execute and the order in which these actions execute
  2. 2. a human language parallel to computer code
  3. 4. the process by which variables are declared and assigned their original values
  4. 5. a data type used to represent decimals
  5. 7. a control structure that chooses one path or another
  6. 10. the amount decreased after the loop