Talk:Java Training Course/JT03
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 + " ";