cklangford98 cklangford98 03-03-2018 Computers and Technology contestada 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.";