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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started