Week 3 is all about arrays.
- Talk about arrays (talk about memory)
- array declaration (typing)
- array assignment
- array sizes
- array resizing?
- array looping
- array - find max
- array - swap elements
- array copy
- array reverse?
- multi dim array
- arrays and memory (multidim)
- talk about methods
- talk about arguments
- talk about calling
- talk about results
- by ref
- by value
- is array by ref or by value?
- memory in programs (refs)