Discussion Outline- Week 5
- General Questions
- Still - Questions on Project 1
- Go over the answers to Quiz 1
They will be returned in lecture on Tuesday.
- Switch statements
- The cases must be integral constants (char OK)
- Example with default to catch errors
- What happens when there's no break;
- Nested for loops
- General description
- When is the incrementation happening ?
- How many times will the inner loop execute ?
- Uses