Review so far. . .
Local variables -- local to a particular method
- cannot be declared static
Instance variables -- used in a particular object
Class variables -- shared among all instances of a class
- changing the value here changes it for all instances of that class