lassie% cc201 vstart.c lassie% a.out This program finds the first word starts with a vowel End the program by entering a blank line. String: This is a test The word is: is. String: Here's another test. The word is: another. String: A sentence might begin with a vowel! The word is: A. String: Never terminate sentences with prepositions like of The word is: of. String: Sentences might not have words that begin with vowels! The word is: . String: lassie%