Write an application that counts the total number of vowels contained in the String "Event Handlers is dedicated to making your event a most memorable one." Save your file as CountVowels.java.
Write an application that counts the total number of vowels contained in a String entered by the user. Save you file as CountVowels2