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

A Gentle Introduction to
Programming

Printing lines

 

0) Hello World

Printing lines

1. [ Java ] Printing lines


Big

We can use print or println - the difference between them is that println starts a new line.

The program prints on two lines as shown.

Hello
World