//Name:Reece Warner //Date:Feb 5th 2024 //Homework 5 #include "contacts.h" #include using std::cout; using std::cin; using std::endl; int main() { menu(); return 0; }