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