- Why?
- 0. Introduction
- 0.1 High-level and low-level languages
- 0.2. Assemblers, compilers and interpreters
- 0.3. Pseudocode
- 0. Suggested exercises
- 1. First contact with C#
- 1.1 Display a text using C#
- 1.2. How to test this program using Mono
- 1.3. Display integer numbers on screen
- 1.4. Basic mathematical operations in C#
- 1.5. Introduction to variables: int
- 1.6. Identifiers
- 1.7. Comments
- 1.8. User-entered data: ReadLine
- 2.1. Conditional statements
- 2.1.2. "if" and compound statements
- 2.1.3. Relational operators
- 2.1.4. if-else
- 2.1.5. Logical operators: &&, ||, !
- 2.1.6. The risk of assignment inside an "if"
- 2.1.7. Introduction to Flowcharts
- 2.1.8. Conditional operator: ?
- 2.1.9. switch
- 2.2. Iteration statements
- 2.2.1. while
- 2.2.2. do ... while
- 2.2.3. for
- 2.3. Exiting a loop: "break" command
- 2.4. "Continue" statement: force the next iteration
- 2.4b. Solved exercises with "for"
- 2.5. The "goto" statement
- 2.6. More on flowcharts. Box (Chapin) diagrams.
Monday, September 19, 2011
Index
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment