Course List:
http://www.c-jump.com/bcc/
cis155_Ch4_lecture
- Weeks 3-4. Ch.4, Computation
- What is computable? How best to compute it?
- Computation
- Program structure and organization
- Expressions
- Expressions
- Primitive data types and operators
- Concise operators
- Statements
- if-else branching
- if-else example
- Iteration (while loop)
- Iteration (while loop) cont.
- Iteration (for loop)
- Functions
- Functions, cont.
- Another function example
- Data for iteration: vector
- Vector data type
- Vector operations
- Vector operations, cont.
- Combining language features
- Demo: a vector of words
- Credits