Write a program to count the number of occurrences of any two vowels in succession in a line of
text. For example, in the sentence, “Pleases read this application and give me gratuity”, such
occurrences are ea, ea, ui.
example#02: "i am aiza"
occurances are ia,ai