Variables and Types
A variable is a name that you give to a place to store a value in memory. When you declare a variable name, you say what type the values will be.
Declare 3 variables of type integer:There are many other types:
Or all at once for variables