Variables & Data Types
What is a variable?
A variable is a label that stores data.
What is a data type?
We will discuss three types of data: strings (kind of like words), numbers, and booleans (true and false).
A variable is a label that stores data.
We will discuss three types of data: strings (kind of like words), numbers, and booleans (true and false).