This program illustrates the count() member function for sets. 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: Alice Dick Harry Tom Press Enter to continue ... The number of times Dick appears in the set is 1. The number of times Bob appears in the set is 0. Press Enter to continue ...