This program illustrates the found() member function from the set class. Press Enter to continue ... First we create an array of name strings, and then a set of name strings from that array. Press Enter to continue ... Here are the 4 names in the set. Compare their order here with their order in the array: Alice Dick Harry Tom Press Enter to continue ... Now you can search for any name in the set. Press Enter to continue ... Enter a name, or press Enter to quit: Harry Found Harry. Enter another name, or press Enter to quit: John John was not found. Enter another name, or press Enter to quit: Press Enter to continue ...