Question: C++ Program.... TWO FILES that have blanks in between each line. I need the first letter of each sentence to be uppercase, and ignore the
C++ Program....
TWO FILES that have blanks in between each line. I need the first letter of each sentence to be uppercase, and ignore the blank lines!! I am struggling to do that. Thank you
Sentence Filter Wirite a program that asks the user for two file names. The first file wil be opened for input and 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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
