Complete the program below named CountVowels so that it reads in a string, counts all the vowels in that string, and prints out the number of vowels in the string.

For example, given the input string of "Hello, World!", the program should print out the value 3 for the three vowels, "eoo", in that string.