1. [ C# ] Printing lines
We use
Console.Write to print without starting a new line.
The command Console.WriteLine starts a new line after
printing.
The program prints on two lines as shown.
Hello World