Question: PROGRAM C++ Sentence Filter Write a program that asks the user for two file names. The first file will be opened for input and the
PROGRAM C++
Sentence Filter Write a program that asks the user for two file names. The first file will be opened for input and the second file will be opened for output. (It will be assumed that the first file contains sentences that end with a period.) The program will read the contents of the first file and change all the letters to lowercase except the first letter of each sentence, which should be made uppercase. The revised contents should be stored in the second file. NOTE: Using an editor, you should create a simple text file that can be used to test this program.
The solution must contain the following:
- Separate class specifications from implementation.
2. Program output. Show both text files.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
