I wrote a method that should print all vowels in the sentence. But it seems that my code only returns one occurrence of a vowel. I need to return all the occurrences in a string. How do I make the output an appended string?I wrote a method that should print all vowels i