Question: Programming language is C++. Show finished code and an example of the output on PuTTY when done. Use g++ -std=c++17 to compile the code on
Programming language is C++. Show finished code and an example of the output on PuTTY when done. Use g++ -std=c++17 to compile the code on PuTTY.

2. (20 points) Write a program named hw5pr2.cpp which reads words from /usr/share/dict/words the dictionary on build. tamu.edu, into a vector of strings, then counts how many words have a vowel a e ioul in a given position. A sample run should look like this: Which letter position? 137266 words in the dictionary have a vowel D ioul in position 4 Which letter position? 15 3676 words in the dictionary have a vowel Caeiou] in position 15 Note: Be sure to ignore case, that is, count upper or lower case vowels etc
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
