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