Functions Crossword

123456789101112131415161718
Across
  1. 3. This operator allows for a user to multiply two values
  2. 4. This statement allows a user to check a condition and give commands to follow if the condition is true or otherwise
  3. 7. This operator allows for the user to add strings or mathematical values
  4. 8. A value that is passed off to a function, and plugged into a parameter
  5. 11. A value type that represents a decimal value
  6. 12. When a user creates a function
  7. 14. A value type that represents a whole number
  8. 15. Repeat a number of times specified by the programmer
  9. 17. A value type that represents a true or false (boolean expressions are used in while loops and if statements)
  10. 18. This operator allows for a user to divide mathematical values
Down
  1. 1. These are often found around a string
  2. 2. When a user uses a function they defined in their program
  3. 5. This operator allows for a user to subtract mathematical values
  4. 6. These can be defined and then called on by the user
  5. 9. A container that holds values like strings, integers, floats, and booleans
  6. 10. Providing a function with a variable to use in its definition
  7. 13. Repeat while a condition is true
  8. 16. A value type that often represents any letter, symbol, or number on a keyboard