.NET Framework Class Library: The library does the hard work for you, which makes coding easier.
Console.WriteLine // "Console" is a class. "WriteLine" is a method.
The brackets "()" are called parameters. For example, "Console.WriteLine()" has an empty parameter. Parentheses used to define parameters.
"{}" Define a code block.