Variables and Conditional Statements  | tecno4 | Scoop.it
Last month we introduced the overview of code through the “Hello World” article. This month we will take a look and explain variables and conditional statements. Without these two things, our lives would be boring and automated. They are 2 of the most fundamental things in programming for they allow us to do something. We struggled to come up with any program that did not contain at least one of each of these. Okay, “Hello World” is one, kind of.