What and why data type
What kind of data are we dealing with
What is a data type
A keyword use to determine the values that the variable can contain and the operations that can be performed on it
What is a variable
An identifier used to represent some specific information
Must be declared before it can be used
What is a constant
A value assigned a variable