Previous Lecture | Lecture 4 | Next Lecture |
Lecture 4, Tue 07/09
Functions
More slides here
Code from Lecture
https://github.com/ucsb-cs16-m19/code-from-class/tree/master/07-09
Three key aspects of functions
- Declaration (what are the inputs, outputs?)
- Definition (actual code for achieving the desired behavior)
- Function call (using function)