Previous Lecture | Lecture 4 | Next Lecture |
Lecture 4, Wed 04/08
Functions
Lecture Video
Three key aspects of functions
- Declaration (what are the inputs, outputs?)
- Definition (actual code for achieving the desired behavior)
- Function call (using function)