Programming problem

profilekandiman1010
Guidelines:
1. Write the program in a language of your choice
2. The program does not have to compile
3. Use the most efficient algorithm you can come up with to solve it
4. Provide an input file you'd use for testing your program

Spec:
1. The first input argument is the file path name to open
2. Read the file and print out how many vowels are in each line of the file
3. At end of the program print out the total vowels in the file
4. With the test.txt example that you come up with, write the output that your program would make if it was run
5. In the args[], check for a -d argument, the next argument is a filename.  If -d argument exists, then ignore every line that has no vowels and write the resulting lines (with vowels) to a new file with the filename defined in the argument
    • 11 years ago
    • 20
    Answer(1)

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      example.txt
    • attachment
      code.docx
    Bids(1)