C

1234567891011121314151617
Across
  1. 6. Subprogram that returns a value
  2. 7. Local variable that is passed to a subprogram
  3. 10. ___________ operators are used to complete mathematical calculations
  4. 11. Location in memory that holds one value that does not change
  5. 13. Joining strings together side by side
  6. 15. Data type for whole numbers
  7. 16. Data type for alphanumeric characters
Down
  1. 1. Data type for True or False
  2. 2. Subprogram that does not return a value
  3. 3. Repeating a section of code using a loop
  4. 4. ___________ operators are used to compare values within a program
  5. 5. Memory location to hold one value that can change
  6. 8. Using decisions to structure a program (IF, ELSE)
  7. 9. Instructions that are carried out one after another
  8. 12. Data type for decimal numbers
  9. 14. Data structure that can hold multiple values under one name
  10. 17. Function used to allow users to enter data into a program