Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I was wondering if you can help me. I need to design a program and write a Psuedo Code that has two parallel arrays: A

I was wondering if you can help me. I need to design a program and write a Psuedo Code that has two parallel arrays: A string array named people that is initialized with the names of seven friends and a String array name phoneNumbers that is initialized with the seven friends phone numbers. The phone number should allow the user to enter a persons name, or part of the persons name. It should then search in the peoples array. If the person is found , it should get the persons phone number from the phoneNumbers array and display it. If the person is not found in the people array, the program should display a message indicating so. Names Candace 404-321-5489 Cross 904-879-6324 Melissa 904-554-8975 Rod 904-562-8750 JAsmine 904-893-4774 Tony 904-621-5896 James 904-521-5987

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions