View Main Course Content
8. Conditionals
Conditionals Overview
6.5 minutes
Familiarize yourself with the concept of conditionals. You will be introduced to three different types of conditional statements as well as arithmetic and relational operators.
If/Else Conditional Implementation
4 minutes
Practice implementing what you learned about conditionals in this easy to follow tutorial. This video focuses on using the if/else conditional.
Select/Active Conditional Implementation
4.5 minutes
Practice implementing what you learned about conditionals in this easy to follow tutorial. This video focuses on using the select/active conditional.
Switch/Case Conditional Implementation
10.25 minutes
Practice implementing what you learned about conditionals in this easy to follow tutorial. This video focuses on using the switch/case conditional.
Conditionals Exercise
2.5 minutes
This exercise focuses on conditionals. You are given a set of instructions and you're challenged to work on your own in order to complete this exercise.
Conditionals Exercise Solution
14.75 minutes
This video has the instructor review the previous exercise in great detail.