Pre-reqs: You should have completed Module 1
In Module 2, we will learn:
- how to write our own functions
- how to inspect and manipulate strings
- how to accept user input as "command line arguments"
- learn about some new data types like
charandarray
These skills will eventually allow us to do some real cryptography (the art of writing or solving secret codes) -- we'll use code to become codebreakers!
By the end of this module you will have completed Problem Set 2.
| Class # | Date | Before Class | During Class | Topics/Skills |
|---|---|---|---|---|
| Class 1 | TBD | Prep Work | In Class | chars, functions, scope, strings, modulo |
| Class 2 | TBD | Prep Work | In Class | more strings, arrays, command-line arguments |
| Class 3 | TBD | Work on Problem Set 2 | In Class | (office hours!) |