what happens if a method is declared with the modifier
- the method is only accessible by other members inside the same class
-the method is only accessible by code in other classes inside the same package
-the method is accessible by code in all other classes
-a computer error occurs. methods cannot be declared private