array
Javaの末尾またはJavaに1文字を追加することは可能ですかstring
。例:
private static void /*methodName*/ () {
String character = "a"
String otherString = "helen";
//this is where i need help, i would like to make the otherString become
// helena, is there a way to do this?
}