Discussion Outline- Week 5
- General Questions
- Still - Questions on Project 1
- 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