Ok, so I have an array of objects that have 3 get functions. Get last name, get first name (both strings) and get salary. What I'm trying to do is get a user to enter First name and Last name and it search the array for the persons first and last name. When it finds it I want it to display all of the info, the First name, last name and the salary. I was going to use a sequential search but I've never done it with objects using the get functions. Also, that function I want to display the contents what should I pass in? The object or something else?
Thanks,
n8thatsme