Section 19.8 Chapter Summary
This chapter included the following concepts from computing.
- Composition - Using one function inside of another. Also known as functional composition .
- Return - The return keyword is used inside a function to specify a value that will be passed back to the location the function was called from. At that location the returned value is substituted for the function.
You have attempted 1 of 1 activities on this page.