7.0: Conditionals
In this module we'll introduce various types of conditionals.
Description
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 module 9..
Let's look at Switch statements now.
Last updated