Talk:Java Training Course/JT03

From tehowiki
Jump to navigation Jump to search

The output will be:

HelloWorldHelloWorldHelloWorldHelloWorld

Better readability is achieved by inserting spaces in the 5th line:

        String st2 = st0 + " " + st1 + " ";