Conditionals (if this, do that)

In order to control the execution of code we need the ability to make decisions. We want to control the flow of our program.

Last updated