actualethan actualethan 24-10-2022 Computers and Technology contestada Look at the following assignment statements: food1 = "water" food2 = "melon" What is the correct way to concatenate the strings? A. newFood = food1 == food2 B. newFood = food1 + food2 C. newFood = food1 * food2 D. newFood = food1 - food2