Equality
We'll cover the following...
Computer programs need to make many decisions. “Should I download that file?” “Should I send that email?” “Should I fire the nukes?” We generally call these conditionals, we do something on condition that something is true.
We’ll cover conditionals themselves later. Today, we’re going to ...