I need to create an array of 4 strings with one word in each string and make a for loop that concatenates the words together to create a sentence. For example "I" , "see", "C", "#"
Any help?