Phone Number Lookup Create an application that has two parallel arrays: a string array named strPeople that is initialized with the names of seven of your friends and a string array named...


Phone Number Lookup


Create an application that has two parallel arrays: a string array named strPeople that is initialized with the names of seven of your friends and a string array named strPhoneNumbers that is initialized with your friends’ phone numbers. The program should allow the user to enter a person’s name (or part of a person’s name). It should then search for that person in the strPeople array. If the person is found, it should get that person’s phone number from the strPhoneNumbers array and display it. If the person is not found in the strPeople array, the program should display a message indicating this.



Jan 13, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here