Zoo tutorials: [ SQL | Linux | XML ]
ProgZoo: [ Java | C# | VB | C++ | Perl ]
Log in

A Gentle Introduction to
C# Programming

Printing lines

 

0) Hello World

Printing lines

1. [ C# ] Printing lines


Big

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