The keyword public basically means that the program can be accessed by other programs outside of the class. If you'd like, it can be private, which means that it can't be accessed by outsiders, or protected, which means it can only be accessed by programs in the same "package." The package in our MiiverseTutorial project is called src, and it looks like a brown box. Continued...