What and Why Data Type?
< What kind of data are we dealing with?
< character, number etc.
< What is a data type?
< a keyword used 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 to a variable