+ 1
How to convert the result into one String line
I have many strings as result. How can I join It into one block of String. Please help. Thanks https://code.sololearn.com/cNSP9koOJ0xp/?ref=app
2 odpowiedzi
+ 2
Line 14:
Replace System.out.println(p) with System.out.print(p+" ")
+ 1
Vadivelan thanks ! It works