But, What is a Data Type?
We’ve been working with fundamental data types
this term, such as ints, floats, chars...
Whenever we define variables of these types,
memory is allocated to hold the data
a set of operations can now be performed on that
data
different data types have different sets of
operations that make sense (the mod operator
doesn’t make sense for floats...)