Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need a flowchart done in flowgorithim and a screenshot of the flowchart that is not blurry when you zoom in. If you have to

I need a flowchart done in flowgorithim and a screenshot of the flowchart that is not blurry when you zoom in. If you have to take more than 1 screenshot that is fine. I hope you find a solution to my problem and appreciate all work put towards in getting it. Also, the flowgorithim flowchart should look like a bunch of different shapes connected with lines.

Design a program that has two parallel arrays: a String array named people that is intialized with the names of seven of your friends, and a string array named phone-Numbers that is intialized with your friends phone numbers. The program should allow the user to enter a persons name ( or part of a person's 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.

This is the output or what it should look like in the flowgorithim assignment, but does not include the flowchart

Enter name to be searched: Bina

The phone number of Bina is: 124322

Type N to stop and Y to do another name.

The names and phone numbers can be made up and can be anything

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

Beginning C# 2005 Databases

Authors: Karli Watson

1st Edition

0470044063, 978-0470044063

More Books

Students also viewed these Databases questions

Question

2. (1 point) Given AABC, tan A b b

Answered: 1 week ago