Anatomy of a Java Program - Universiti Teknologi Malaysia

2 CHAPTER 2. SIMPLE JAVA PROGRAMMING which causes the message to be displayed in a window on the computer. This is an example of a statement, a phrase whose execution causes an action to happen.For now, you should treat System.out.println(exp); as a magical incantation that prints out the value ofexp,whereexp is a phrase (known as an expression) that denotes a value. ................
................