Hello, can anyone help me with my homework? I seem to be stucked with this problem.
"Write a program that reads three strings and prints only those strings beginning with two vowels."
example
input string 1: eavesdropping
input string 2: elevators
input string 3: either
Output: eavesdropping either
Thank you so much, i am such a newbie when it comes to string problems.