Dołącz Strings w Javie
String a = "Hello";
String b = " World";
String c = a+b;
Lord Kirito
String a = "Hello";
String b = " World";
String c = a+b;