smizzabeth smizzabeth 27-10-2020 Computers and Technology contestada Look at the following assignment statements: word1 = "skate" word2 = "board" What is the correct way to concatenate the strings? newWord = word1 / word2 newWord = word1 + word2 newWord = word1 * word2 newWord = word1 = word2