Ruby - String Operations
You want to build a sentence step by step by appending words stored in an array
words = ["I", "love", "Ruby"]. Which code snippet correctly uses << to create the sentence with spaces between words?