Program that prints a text
1. // indicates comment line
2. Blank lines can be used so that programs are easier to read
3. This is a class declaration for the class Welcome
4. A left brace indicates the beginning of the body of a class declaration
5. This shows the starting point of a Java application
6. This left brace starts the body of the method
7. This directs the computer to do an action
8. This right brace ends each class declaration
9. This right brace must end the method declaration