lauraschilling lauraschilling Today at 5:23 PM Computers and Technology Answered Look at the following assignment statements: word1 = "rain" word2 = "bow" What is the correct way to concatenate the strings? 1 newWord = word1 == word2 2 newWord = word1 + word2 3 newWord = word1 * word2 4 newWord = word1 - word2