Module 3.0 - Conditionals

Videos

3.1 – Conditionals – Introduction Links to an external site.

An introduction and motivation for conditional statements, comparison operators and logical operators.

3.2 – Conditionals – Conditionals Links to an external site.

An introduction to if, if-else, and if-else-if conditional statements in C.

3.3 – Conditionals – Logical Statements Links to an external site.

Logical operators in C including negation, logical and, or operators.

3.4 – Conditionals – Common Errors & Pitfalls Links to an external site.

A presentation of several common errors, misconceptions and pitfalls when working with conditionals and logical operators.

3.5 – Conditionals – Exercises Links to an external site.

Several exercises illustrating logical statements and conditionals in C.