public class ConcatenateStrings { public static void main(String[] args) { // String型はconcatメソッドで文字列連結 String str1 = "Dino"; String str2 ...