Zebra0.com

java introductionThe first program: Hello World

The first program: Hello World

Traditionally, the first program you write is to display the words "Hello World".

This the simplest program you can write: no variables, no input, no calculations, etc.

The hard part is find a compiler, install it, figure out how to start the program, and how to run it.