Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create pseudocode and flowchart for a program in C++ that simulates a simple contact manager application given the following requirements: The program is to store

Create pseudocode and flowchart for a program in C++ that simulates a simple contact manager application given the following requirements:

The program is to store individual names and associated telephone numbers in parallel arrays.

The program should input from the user 10 peoples names and their telephone numbers and add the data to the parallel arrays.

When data input is finished, the program should sort both data arrays in ascending order based on telephone numbers maintaining the associations between names and telephone numbers.

The program will print the list of users and their telephone numbers after sorting.

After printing the list, the program will ask for a name to search for.

The user will then enter a name. The program will then search for the name and print the name and the associated telephone number for that person. If the person is not in the array, the program will print that the user cannot be found.

The program must use at least one menu at the beginning with multiple options including an option to exit the program. The program must run continuously, in a cyclic manner until the user chooses to exit. Sublevel menus are allowed. The program must use: multiple data types, multiple mathematical operators, decision structures, iterative structures, and functions.

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

Put Your Data To Work 52 Tips And Techniques For Effectively Managing Your Database

Authors: Wes Trochlil

1st Edition

0880343079, 978-0880343077

Students also viewed these Databases questions

Question

What do Dimensions represent in OLAP Cubes?

Answered: 1 week ago