Write a program segment that searches an array of 100 names, Client, for the name "Grokofiev". If the name is found, the program should display "This client is found"; if not, it should display "This...


Write a program segment that searches an array of 100 names, Client, for the name "Grokofiev". If the name is found, the program should display "This client is found"; if not, it should display "This client is not in this list". Add to the program created in Self Check Question 8.3. In the new program, assume there are parallel arrays, Client and DateSeen. Search for the name "Grokofiev" and, if found, the program should display "Grokofiev  was last seen on XXX" where XXX represents the date that corresponds to the entry for "Grokofiev" in the DateSeen array. If "Grokofiev" is not found, the display should be “Client Grokofiev is not in the list".




May 19, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here