Page 1 of 1

Refer back to this code. Manipulate it so that instead of breaking when a word with an e is entered, words with e’s are

Posted: Thu Jul 14, 2022 2:27 pm
by answerhappygod
Refer back to this code. Manipulate it so that instead of breaking when a word with an e is entered, words with e’s are added to a vector and printed at the end. Also, keep track of the words that were entered that do not contain e’s
Refer Back To This Code Manipulate It So That Instead Of Breaking When A Word With An E Is Entered Words With E S Are 1
Refer Back To This Code Manipulate It So That Instead Of Breaking When A Word With An E Is Entered Words With E S Are 1 (10.48 KiB) Viewed 38 times
Refer back to the noe code (you may refer to either my solution or your own). Manipulate it so that instead of breaking when a word with an e is entered, words with e's are added to a vector and printed at the end. Also, keep track of the words that were entered that do not contain e's. Please enter a word (enter Q to quit): I Please enter a word (enter Q to quit): am Please enter a word (enter Q to quit): trying Please enter a word (enter Q to quit): to Please enter a word (enter Q to quit): write Please enter a word (enter Q to quit): words Please enter a word (enter Q to quit): that Please enter a word (enter Q to quit): do Please enter a word (enter Q to quit): not Please enter a word (enter Q to quit): contain Please enter a word (enter Q to quit): e's Please enter a word (enter Q to quit): Q Words entered with e's: write e's Words entered with no e's: I am trying to words that do not contain