I’ll admit it’s not the most exciting program ever written, but you now know the steps every Java program has to go through:
- Write the Java code in a text file
- Save the file
- Compile the source code
- Fix any errors
- Run the program
As the programs get more interesting, these steps will become second nature.

