Conditionals

Make decisions using branching logic


#NameDescriptionStatus
1Intro to Conditional StatementsIt's time to make decisions Not Started
2If StatementsIf this, then that Not Started
3If-Else-If StatementsChaining mutually exclusive conditions Not Started
4If-Else StatementsWhen all else fails Not Started
5Nested Conditional StatementsWhen things get a little complicated Not Started