Concatenate two strings: String firstName = "John "; String lastName = "Doe"; System.out.println(firstName.concat(lastName));.
確定! 回上一頁