Using pseudocode design a program that has two parallel


Using pseudocode, design a program that has two parallel arrays: a string array named 'people' that contains the names of seven people, and a string array named 'phone-numbers' that is initialized with their phone numbers.

The program should allow the user to enter a person's name or part of the person's name. It should then search for that person in the 'people' array.

If the person is found, it should then get that person's phone number from the 'phone-numbers' array and display it.

If the person cannot be found in the 'people' array, the program should display a message saying "Not found."

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: Using pseudocode design a program that has two parallel
Reference No:- TGS02694428

Now Priced at $10 (50% Discount)

Recommended (96%)

Rated (4.8/5)