Problem
1. Methods are the members of a class that describe the behavior of the data.
2. The Main( ) method is required for both console and Windows applications.
3. Main( ) should include the static keyword.
4. The heading to a method can consist of modifiers, a return type, a method identifier, and parameters. The body of the method is enclosed in curly braces.