Discussion Outline- Week
- General Questions
- Still: Questions on Emacs ( and other editors )
- Accessing the WEB
- Discussions
- Expressions, terms, and operators
- Operator precedence - Left and right associativity
- Modulo arithmetics
- Mixing types - Build-in and user type casting
- Side Effect - Show some examples
- Different assignment operators ( = , += , etc )
- Programming Examples
- Statements - Simple, block and null statements
- Conditional Statements - The If statement
- General Discussion on Loops
- While Loops
- For Loops
- Formatted Output - printf
- General description
- Formatting string
- Arguments
- Control Characters ( \n \t \\ %% )
- Questions on the project