Answer:
Step-by-step explanation:
The following code is written in Java, it asks the user for a name and looks that name up in the names array. If it finds it prints out all the values in that same index within every array to get the name, email, and phone number. If the name is not found it prints out that the client is not found.
//The code is attached in the text file below and picture shows the output of the working code.