Console.WriteLine("This is C#");
Console.Write("C# Programming");
System.Console.WriteLine("this is how to print");
Console.WriteLine(/*something like "hello"*/);
Console.Write(/*something like "hello"*/);
MessageBox.Show("Hello World");
System.Diagnostics.Debug.WriteLine("This is text");
Console.WriteLine("Your Text Here")
Console.WriteLine(/* your content here */);