Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

/* I need to do this in Vector and Array List*/ int main() { addressBookType add

ID: 3550900 • Letter: #

Question

/* I need to do this in Vector and Array List*/


int main()

{


addressBookType addressList(500);

addressList.load();

addressList.searchByLastName("Balto");


cout<<" Printing infomation of a given person :"<<endl;

addressList.printperson("Bashfull","Bash" );

cout<<" Birthday between two dates :"<<endl;

addressList.bithdaysBetweenOrMonth("2 8 1964 ","10 6 1981 ",2);


cout<<" People with Status Family"<<endl;

addressList.printAllOfStatus("Family");

addressList.printBetweem("Malik","Bashfull");


return 0;

}




/*--------------------------------------------------------------------------- Input File ----------------------------------------------------------------------------


Explanation / Answer

Deadline for this ?