Question: Write a program that loops through lines of a file, assuming each line of input will consist of just a single word (and a newline,
Write a program that loops through lines of a file, assuming each line of input will consist of just a single word (and a newline, of course). As it loops through each line, your program should print out any words that contain two vowels next to each other. The vowels do not have to be the same. You should create a test input file and make your script process it.
ex03.data:
write
program
loops
animal
contain
expressions
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
