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.

Watch video

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.

Watch video

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.

Watch video

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.

Watch video

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.

Watch video

Conditionals Exercise Solution

 14.75 minutes

This video has the instructor review the previous exercise in great detail.

Watch video