Previous Lecture | lect05 Before Slides | lect05 Annotated Slides | Next Lecture |
Code from lecture
https://github.com/ucsb-cs16-w18/cs16-w18-lectures/tree/master/lec-05
Topics
Intro to lab02 - ASCII Art
- Understanding what is expected
- Introducing more flexibility into your code with command line arguments
Review: Designing nested loops
- When do we need a loop?
- When do we need a nested loop?
- Checking for limits