Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In C + + : Phone Number List Write a program that has an array of at least 1 0 string objects that hold people

In C++: Phone Number List
Write a program that has an array of at least 10 string objects that hold peoples
names and phone numbers. You may make up your own strings, or use the following:
"Becky Warren, 555-1223"
"Joe Looney, 555-0097"
"Geri Palmer, 555-8787"
"Lynn Presnell, 555-1212"
"Holly Gaddis, 555-8878"
"Sam Wiggins, 555-0998"
"Bob Kain, 555-8712"
"Tim Haynes, 555-7676"
"Warren Gaddis, 555-9037"
"Jean James, 555-4939"
"Ron Palmer, 555-2783"
The program should ask the user to enter a name or partial name to search for in the
array. Any entries in the array that match the string entered should be displayed. For
example, if the user enters Palmer the program should display the following names
from the list:
Geri Palmer, 555-8787
Ron Palmer, 555-2783

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Students also viewed these Databases questions