The key words private, protected, and public can limit methods, member variables of the class. But they can't limit the local
variables of the method. Both of the variables in main are local...