Check out example codes for "c# print to console". It will help you in understanding the concepts better.
Code Example 1
Console.WriteLine("This is C#");
Code Example 2
Console.WriteLine(/* your content here */);
Code Example 3
Console.Write("Hello");
Console.WriteLine("World");
Code Example 4
Console.WriteLine(/*something like "hello"*/);
Console.Write(/*something like "hello"*/);
Code Example 5
Console.WriteLine("Hello, World");
Code Example 6
Console.Write("C# Programming");
Learn ReactJs, React Native from akashmittal.com