Question: Write a C++ program and by February 10 (10 PM) submit only one file named author .txt with the source of your program that does

Write a C++ program and by February 10 (10 PM) submit only one file named "author .txt" with the source of your program that does the following: Reads text from two files named nouns.txt and verbs.txt that have words separated by white space. The program merges the two files into one file called sentences.txt (one word from nouns, one word from verbs and so on). In addition to writing to the sentences file, it also displays the results on the screen. The program also adds a period and goes to a new line after every third word. T have uploaded two sample files to Canvas > Files, named nouns.txt and verbs.txt that you can use to test your program, however your program should work with any data file that has the specified format
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
