Across
- 2. A random number generator that is has a definite mathematical procedure
- 3. A function pre-defined in the language
- 7. Gets time
- 8. Variables only accessible by neighboors of the same scope
- 11. Passing a value
- 12. Passing a memory location
- 14. Functions defined by the programmer
- 16. &
- 17. Square roots a number
- 18. Variables accessible by everything
Down
- 1. Produces a random number and uses %
- 4. A function that is defined without a body
- 5. Seeds the random function
- 6. Parameters pre-defined in the function
- 9. A function that returns a value
- 10. Functions that do not return a value
- 13. Things of the same <answer> have access to each other
- 15. Returns a variable to wherever the function was called from
- 16. Actual parameters passed to function
- 19. How long a program runs
