xxxxxxxxxx
Console.WriteLine("Anything Inside the quotation marks");
xxxxxxxxxx
Console.WriteLine(/*something like "hello"*/);
Console.Write(/*something like "hello"*/);
xxxxxxxxxx
Console.WriteLine("Prints on a new line");
Console.Write("Prints on the same line");