Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 1

Assignment

Write a complete program to ask the user for a filename, and then compute the following:

1. Total number of A’s, E’s, I’s, O’s, U’s and print them.
2. Total number of blanks and total number of lines and print them.
3. Total number of words and print them. The word is string of characters separated by blank.

You might also like