Chapter 5: Decision Making (If Statements)
- Introduction to Decisions:
- Understanding conditional statements (if-else) using the diamond symbol.
- Creating Decision Logic in RAPTOR:
Example: Checking if a number is positive, negative, or zero. - Nested If-Else Statements:
- Using multiple if-else conditions in one flowchart.
- Example: Finding the largest of three numbers.
- Boolean Expressions:
- Logical operators like AND, OR, and NOT in conditions.