Lecture 8: Conditional statements 1
[Previous Lecture]
[Next Lecture]
Powerpoint Slides: CS104-08_C_Conditionals_1 (Park/Grasso), Chapter04.ppt (Hanly & Koffman),
Reading Assigned: 4.1-4.4
Homework Due: HW6
Homework Assigned: HW7
Classwork Assigned: CW01
Topics Covered:
- Relational Operators and Expressions
- The if Statement
- The if-else Statement
- Nesting of if-else Statements
- Logical Operators and Expressions
- Truth Tables
Programs Shown: