Question: Write a program that reads a file with the following information (yes some letter are capitalized): This is an example of an Input file Its
Write a program that reads a file with the following information (yes some letter are capitalized):
This is an example of an Input file Its cOntent can vary quite a lOt However the objecTs you use to read It Should nOt
After reading the file content you should process it and produce an output file with the following information: Number of i characters: # Number of o characters: # Number of t characters: #
Where # represents the amount of characters. Your program should count these characters independently if they are upper or lower case. The content of the file you read should be presented in the screen exactly as in the input file. The input and output file names should be provided by the user or you can define directly, is up to you. You need to use one function in this program (main doesnt count).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
