Make decisions using branching logic
# | Name | Description | Status |
---|---|---|---|
1 | Intro to Conditional Statements | It's time to make decisions | Not Started |
2 | If Statements | If this, then that | Not Started |
3 | If-Else-If Statements | Chaining mutually exclusive conditions | Not Started |
4 | If-Else Statements | When all else fails | Not Started |
5 | Nested Conditional Statements | When things get a little complicated | Not Started |