Variables & Data Types

First, what is a variable?  A variable is simply a container or space where we can store a value in the program.  This value can be a number, a word or something more complicated. Variables can be used to get input from users and then performing an action based on that variable.  For example, you…

Read More