Lesson 2.2 The Conditional Command

This is the point at which coding becomes a little more exciting. I’m not talking about your first kiss kind of exciting but as far as elementary coding goes, this is pretty hot stuff.

It allows your code to change execution path based on certain criteria. In English, that means you can get your code to change what it does based on a decision. This is something that coding has to be able to mimic or it is pretty powerless from the get go. As usual there are a few ways of doing this.

These are explored in the next subsections