Week 4
Tuesday
- After completing the lecture on loop constructs, we'll actually get to look at data structures for the first time.
- miscellaneous links
Wednesday
- lab 3 will focus on using arrays.
Thursday
- We can take some time to complete the lab
, if necessary. - We will talk about variable scope. Slides are in Tuesday's link.
Homework
- Run the debugger on your Matrix program. Set a breakpoint and stop the program within add() and within the nested for loop. Capture a screen shot of the debugger at this time and send it to me before class. What happens if you double click on the “trinity” object in the memory view?