> g++ p2s2.cpp -o p2s2 > p2s2 Main Menu: a: add team to list 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 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 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 f: find team l: list teams q: quit program s: summarize list Enter option > f Enter domain name to search for > wvwc Main Menu: a: add team to list f: find team l: list teams q: quit program s: summarize list Enter option > f Enter domain name to search for > wvu Domain Full Name Mascot City St Year ====== ========= ====== ==== == ==== wvu West Virginia University Mountaineers Morgantown WV 1855 Main Menu: a: add team to list 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 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 f: find team l: list teams q: quit program s: summarize list Enter option > s There are 3 teams in the list. Main Menu: a: add team to list 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 nd Notre Dame Fighting Irish South Bend IN 1842 Main Menu: a: add team to list f: find team l: list teams q: quit program s: summarize list Enter option > q Thanks for using this program >