CS 115 Reading: Week 8
Functions
This topic is SUPER important. Take the time to understand it now, because it is not going away.
By the end of Week 8, you should be experimenting with:
- Calling functions that other people have written
- Defining your own simple functions
- Tracing the execution of programs with functions
- Understanding parameters and return values
Suggested readings: