Develop a flowchart and then write a program for analyzing a line of text stored in a file by examining each of the characters

9. Develop a flowchart and then write a program for analyzing a line of text stored in a file by examining each of the characters and displaying into which of several different
categories vowels, constants, digits, white spaces it falls. Count of the number of vowels,
consonants, digits and white space characters. Include an appropriate documentation in
your program.


Leave a Reply