variables
declaration statement : is used to define a variable by indicating the data type and name, then optionally to set the variable to a specific value
Expression statement : An expression is coding construct that evaluates to single value
Whole number data type -- byte (2^8), short (2^16), int (2^32), long (2^64)