Intro to Conditional Statements
Conditional statements allow us to choose to run a portion of code, or not. It is dependent upon what they condition is, and if it is met. Conditions need resolved down to a boolean answer. That is one that can be described as a yes/no, or true/false, style of answer. Therefore “Is the shirt blue?”…