SyntaxFix
Write A Post
Hire A Developer
Questions
just add them like this :
String character = "a"; String otherString = "helen"; otherString=otherString+character; System.out.println(otherString);