Question: Write a while loop to read strings from input until completed is read. For each string read before completed, add the string to vector dataVect.
Write a while loop to read strings from input until "completed" is read. For each string read before "completed", add the string to vector dataVect.
Ex: If the input is sofa leek orange melon completed, then the output is:
sofa
leek
orange
melon
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
