Question: Write program in C++ (25 points) Write a program system that reads several lines of information from a data files and prints each word of
Write program in C++

(25 points) Write a program system that reads several lines of information from a data files and prints each word of the file on a separate line of an output file followed by the number of letters in that word. Also print a count of words in the file on the screen when done. Assume that words are separated by one or more blanks. Reuse as many functions introduced in the text or C++ library as possible. 3. Note: you will create your own file to text. You will need to submit your program and your test file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
