Week 9
Functions
Readings
Textbook Readings
- Log on to your online textbook
- Read the following sections from your textbook
- 5.1. Function calls
- 5.2. Built-in functions
- 5.3. Type conversion functions
- 5.4. Math functions
- 5.5. Random numbers
- 5.6. Adding new functions
- 5.7. Definitions and uses
- 5.8. Flow of execution
- 5.9. Parameters and arguments
- Note. I think one of the questions in this section is really confusing. It gives the answers as:
- What it means by "on two separate lines" is
- 6
- 7
- or
- 6
- 9
- 5.10. Fruitful functions and void functions
- 5.11. Why functions?
- 5.12. Debugging
- This chapter goes for much longer. I do not expect you to read the materials that come after 5.16. These sections are beyond where I want you to be right now.