
Ebony C. answered 01/24/23
Current software developer with 4+ years of professional experience
The for loop will be similar to what you have written here, it will use the keyword `for`, an iterator variable such as letter, the keyword `in`, and the collection/string you want to iterate over.
I would suggest putting the vowels in a set to speed up the logic.