//Initialize array and print #include using namespace std; #include void search(string names[], int year[], int count) { string lookfor; cout<<"Enter the name to look for:"; getline(cin,lookfor); int found=-1; int n=0; while (n