7.0: Conditionals
Last updated
Last updated
In this module we'll introduce various types of conditionals.
A conditional statement is a statement that can be executed based on a condition. Two different types of conditionals are branching and looping.
We will go over branching in this module, some examples are:
We will go over looping in a later module .
Let's look at Switch statements now.