This code displays the text 0123 (useful for phone numbers)
Since there are no speech marks, java calculates the result value of the arithmetic expression
There are speech marks and so java displays exactly the text within.
How come? Well in this case there are two “1” text characters joined (concatenated) together to give the text value 11. Not the number eleven. More about concatenation later.
develop the code
Now that we have been introduced to println, let’s go on to prepare and run some code! There are some notes to read below before you open the project in