cout<<"This program seaches Employee data to output a name and salary."<<endl;
bool lnfound = false; //last not found boolean
char response; //holds user choice for continue search
string first; //holds first name user input
string last; //holds last name user input
string salary = 0; //holds salary
cout<<"Beginning File check."<<endl;