Week 4 (Sep 10)¶
Instructions: Read the following sections of the Runestone book. You should open these from the Canvas assignment in your course section.
For all sections you should complete the multiple choice, coding, or other exercises found in the chapter. Homework problems will also be assigned separately from the reading activities.
- 5.1 Function calls
- 5.2 Built-in functions
- 5.3 Type conversion functions
- 5.4 Math functions
- Note: skipping 5.5
- 5.6 Adding new functions
- 5.7 Definitions and uses
- 5.8 Flow of execution
- 5.9 Parameters and arguments
- 5.10 Fruitful functions and void functions
- 5.11 Why functions?
- 5.12 Debugging
- 5.13 Glossary