Question: C++ PART B: (STRING) 40% Program Description: Write a word search program that searches an input data file for a word specified by the user.
C++
PART B: (STRING) 40%
Program Description:
Write a word search program that searches an input data file for a word specified by the user. The program should display the number of times the word appears in the input data file.
In addition, the program should read and display each word with the count of vowels in each word. For example :
The 1
Friend 2
Wrote 2
Write functions to process and display the results.
No non-constant global variables should be used.
Test your program using the file provided paragraph.dat.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
