For some algorithms, we need to check if a condition is met before taking one action or another. For example,
if the sky is cloudy, then I carry an umbrella.
This type of instruction is called "conditional" in programming. For this week, read one of the following websites: