Question: Design a program that has two parallel arrays: a string array named people that is initialized with the names of seven of your friends, and
Design a program that has two parallel arrays: a string array named people that is initialized with the names of seven of your friends, and a string array named phone numbers that are initialized with your friend's phone numbers. The program should allow the user to enter a person's name (or part of a personal name). it should then search for that person in the people array. If the person is found, it should get that person's phone number from the phone numbers array and display it. If the person is not found in the people array, the program should display a message indicating so.
Step by Step Solution
3.53 Rating (146 Votes )
There are 3 Steps involved in it
To design this program well develop a simple stepbystep solution using parallel arrays to store the ... View full answer
Get step-by-step solutions from verified subject matter experts
