write a program that reads the file first.txt and creates a new file named second.txt, to contain only those words from the file first.txt which start with a lowercase vowel for example, if the file first.txt contains: carry umbrella and overcoat when it rains then the file second.txt shall contain umbrella and overcoat it expected sample input/output: