Complete the program named GetVowels
below so that it reads in a string, finds all the vowels in that string,
and prints out the vowels.
For example, given the input string of "Hello, World!",
the program should print the string "eoo".