I'm writing a method to combine an array of strings and integers into a sentence. It has to capitalize the first letter, add spaces between the words, and put a period at the end. Here's how I wrote it: I'm writing a method to combine an array of str