Question: hw c++ Write a set of code blocks to (a) prompt the user to enter some text (with space-separated words), (b) parse the text into

hw c++
Write a set of code blocks to (a) prompt the user to enter some text (with space-separated words), (b) parse the text into tokens stored in an STL vector, and (c) output the tokens to the console, one per line. Assume that all the proper library includes exist and that the parsing function from the preceding reading is available for use. ** this exercise asked you to use the parseString() function from the preceding reading: Do not write a whole program or int main or other function -- just the code blocks. When you write code for an exercise like this, write in "preformatted" instead of the default "paragraph
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
