Conditionals-- Boolean and if/else statements
Life is full of decisions to make. One way or the other. We need to make decisions. We need to learn how to make programs be able to change the path depending on situations.
We will start leaning simple basic logic that makes real programs work.
===end