Searching for: Console Output in C#
Write to Console
Language: C#

Used to output text to the console, using the IO namespace.

Commenting
Language: C#

Comments are blocks or lines of text ignored by the compiler, used to provide notes about the code.