> g++ p2s3.cpp -o p2s3 > ./p2s3 Main Menu: a: add team to list d: delete team f: find team l: list teams q: quit program s: summarize list Enter option > a Adding a new node: Enter domain name > udel Enter full school name > Univ. of Delaware Enter mascot > Blue Hens Enter city > Newark Enter state > DE Enter founding year> 1743 Main Menu: a: add team to list d: delete team f: find team l: list teams q: quit program s: summarize list Enter option > a Adding a new node: Enter domain name > wvu Enter full school name > West Virginia University Enter mascot > Mountaineers Enter city > Morgantown Enter state > WV Enter founding year> 1855 Main Menu: a: add team to list d: delete team f: find team l: list teams q: quit program s: summarize list Enter option > a Adding a new node: Enter domain name > wvwc Enter full school name > WV Wesleyan College Enter mascot > Bobcats Enter city > Buckhannon Enter state > WV Enter founding year> 1890 Main Menu: a: add team to list d: delete team f: find team l: list teams q: quit program s: summarize list Enter option > d Enter domain name to search for > penn Main Menu: a: add team to list d: delete team f: find team l: list teams q: quit program s: summarize list Enter option > l Domain Full Name Mascot City St Year ====== ========= ====== ==== == ==== udel Univ. of Delaware Blue Hens Newark DE 1743 wvu West Virginia University Mountaineers Morgantown WV 1855 wvwc WV Wesleyan College Bobcats Buckhannon WV 1890 Main Menu: a: add team to list d: delete team f: find team l: list teams q: quit program s: summarize list Enter option > d Enter domain name to search for > wvu Deleting this element: Domain Full Name Mascot City St Year ====== ========= ====== ==== == ==== wvu West Virginia University Mountaineers Morgantown WV 1855 Main Menu: a: add team to list d: delete team f: find team l: list teams q: quit program s: summarize list Enter option > l Domain Full Name Mascot City St Year ====== ========= ====== ==== == ==== udel Univ. of Delaware Blue Hens Newark DE 1743 wvwc WV Wesleyan College Bobcats Buckhannon WV 1890 Main Menu: a: add team to list d: delete team f: find team l: list teams q: quit program s: summarize list Enter option > a Adding a new node: Enter domain name > nd Enter full school name > Notre Dame Enter mascot > Fighting Irish Enter city > South Bend Enter state > IN Enter founding year> 1842 Main Menu: a: add team to list d: delete team f: find team l: list teams q: quit program s: summarize list Enter option > l Domain Full Name Mascot City St Year ====== ========= ====== ==== == ==== udel Univ. of Delaware Blue Hens Newark DE 1743 wvwc WV Wesleyan College Bobcats Buckhannon WV 1890 nd Notre Dame Fighting Irish South Bend IN 1842 Main Menu: a: add team to list d: delete team f: find team l: list teams q: quit program s: summarize list Enter option > a Adding a new node: Enter domain name > wvu Enter full school name > West Virginia University Enter mascot > Mountaineers Enter city > Morgantown Enter state > WV Enter founding year> 1855 Main Menu: a: add team to list d: delete team f: find team l: list teams q: quit program s: summarize list Enter option > l Domain Full Name Mascot City St Year ====== ========= ====== ==== == ==== udel Univ. of Delaware Blue Hens Newark DE 1743 wvwc WV Wesleyan College Bobcats Buckhannon WV 1890 nd Notre Dame Fighting Irish South Bend IN 1842 wvu West Virginia University Mountaineers Morgantown WV 1855 Main Menu: a: add team to list d: delete team f: find team l: list teams q: quit program s: summarize list Enter option > s There are 4 teams in the list. Main Menu: a: add team to list d: delete team f: find team l: list teams q: quit program s: summarize list Enter option > f Enter domain name to search for > nd Domain Full Name Mascot City St Year ====== ========= ====== ==== == ==== nd Notre Dame Fighting Irish South Bend IN 1842 Main Menu: a: add team to list d: delete team f: find team l: list teams q: quit program s: summarize list Enter option > f Enter domain name to search for > wvwc Domain Full Name Mascot City St Year ====== ========= ====== ==== == ==== wvwc WV Wesleyan College Bobcats Buckhannon WV 1890 Main Menu: a: add team to list d: delete team f: find team l: list teams q: quit program s: summarize list Enter option > f Enter domain name to search for > udel Domain Full Name Mascot City St Year ====== ========= ====== ==== == ==== udel Univ. of Delaware Blue Hens Newark DE 1743 Main Menu: a: add team to list d: delete team f: find team l: list teams q: quit program s: summarize list Enter option > d Enter domain name to search for > udel Deleting this element: Domain Full Name Mascot City St Year ====== ========= ====== ==== == ==== udel Univ. of Delaware Blue Hens Newark DE 1743 Main Menu: a: add team to list d: delete team f: find team l: list teams q: quit program s: summarize list Enter option > l Domain Full Name Mascot City St Year ====== ========= ====== ==== == ==== wvwc WV Wesleyan College Bobcats Buckhannon WV 1890 nd Notre Dame Fighting Irish South Bend IN 1842 wvu West Virginia University Mountaineers Morgantown WV 1855 Main Menu: a: add team to list d: delete team f: find team l: list teams q: quit program s: summarize list Enter option > d Enter domain name to search for > wvu Deleting this element: Domain Full Name Mascot City St Year ====== ========= ====== ==== == ==== wvu West Virginia University Mountaineers Morgantown WV 1855 Main Menu: a: add team to list d: delete team f: find team l: list teams q: quit program s: summarize list Enter option > l Domain Full Name Mascot City St Year ====== ========= ====== ==== == ==== wvwc WV Wesleyan College Bobcats Buckhannon WV 1890 nd Notre Dame Fighting Irish South Bend IN 1842 Main Menu: a: add team to list d: delete team f: find team l: list teams q: quit program s: summarize list Enter option > d Enter domain name to search for > nd Deleting this element: Domain Full Name Mascot City St Year ====== ========= ====== ==== == ==== nd Notre Dame Fighting Irish South Bend IN 1842 Main Menu: a: add team to list d: delete team f: find team l: list teams q: quit program s: summarize list Enter option > s There are 1 teams in the list. Main Menu: a: add team to list d: delete team f: find team l: list teams q: quit program s: summarize list Enter option > q Thanks for using this program >