James Lawrance Lab 7 --------------------- 12a - output 1 - --String Reader-- You can enter up to one hundred strings. When finished entering, please type "done," and your strings will display. Enter string #1: Mint Enter string #2: Caramel Enter string #3: Raspberry Enter string #4: Peppermint Enter string #5: Watermelon Enter string #6: Strawberry Enter string #7: Toffee Enter string #8: Cherry Enter string #9: done Mint Caramel Raspberry Peppermint Watermelon Strawberry Toffee Cherry 12b - output 1 - --String Reader-- You can enter up to one hundred strings. When finished entering, please type "done," and your strings will display. Enter string #1: a Enter string #2: aaawaaa Enter string #3: done a aaawaaa Enter something to find whether it exists as a string or substring in the display: w "w" has been found in the display output 2 - --String Reader-- You can enter up to one hundred strings. When finished entering, please type "done," and your strings will display. Enter string #1: sgsongaeorgn Enter string #2: done sgsongaeorgn Enter something to find whether it exists as a string or substring in the display: weather "weather" has not been found in the display output 3 - --String Reader-- You can enter up to one hundred strings. When finished entering, please type "done," and your strings will display. Enter string #1: Austria Enter string #2: Australia Enter string #3: done Austria Australia Enter something to find whether it exists as a string or substring in the display: stralia "stralia" has been found in the display 12c - output - --String Reader-- You can enter up to one hundred strings. When finished entering, please type "done," and your strings will display. Enter string #1: I Enter string #2: am Enter string #3: not Enter string #4: good Enter string #5: at Enter string #6: c++ Enter string #7: done I am not good at c++ Enter something to find whether it exists as a string or substring in the display: c++ "c++" has been found in the display Enter a string to delete from your display: not "not" has been deleted. I am good at c++