+ 6
Explain how you want to add the other two, give an example maybe? something like this below? if not then can you explain the idea : ) // paste in main method String str1 = "Solo"; String str2 = "Learn"; String str3 = " Community"; String str4 = str1 + str2 + str3; System.out.println(str4);
24th Jan 2019, 9:21 AM
Ipang