G M S

G

Greeting - Class in <Unnamed>
An obfuscated HelloWorld program to demonstrate coding style.
Greeting() - Constructor for class Greeting
Parameterless constructor, initializes keyboard input.
Greeting(String) - Constructor for class Greeting
Alternate constructor.

M

main(String[]) - Static method in class Greeting
Driver to test it out.

S

say() - Method in class Greeting
Says default greeting.
say(String) - Method in class Greeting
Says the greeting.

G M S