Discussion Outline- Week 3
- General Questions
- Still: Questions on Emacs ( and other editors )
- Accessing the WEB
- Discussions
- Expressions, terms, and operators
- Operator precedence - Left and right associativity
- Modulo arithmetic
- Mixing types - Built-in and user type casting
- Side Effects - Change the value of a variable ( =, ++, --, etc)
- Different assignment operators ( = , += , etc )
- Programming Examples
- Statements - Simple statements
- Conditional Statements - The if statement
- General Discussion on Loops
- While Loops, Sentinel
- For Loops
- Questions on Project 0