Which of the following correctly illustrates how to output something to the console in C#?
Write.Console("This is my first output.");
Console.WriteLine("This is my first output.");
WriteLine "This is my first output.";
system.out.print("This is my first output.")
print "This is my first output.";