Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write pseudocode to solve the following problem. Your job is to write a program to check to see if a particular name is in a

Write pseudocode to solve the following problem. Your job is to write a program to check to see if a particular name is in a list of names. Write the pseudocode to solve the problem. Do not write computer code.

The list of names will be given in an excel file. Assume it can be loaded using a simple command into the computer as a list where each name is a separate element of the list that can be accessed by using its numerical place in the list. For example, in the list Mary, Sally, John, you would access Sally by requesting the 2nd name in the list.

The user will enter the name they are looking for. Your program (pseudocode) will return a yes, that name is in the list, or no, that name isnt in the list, and if yes, will tell the user where in the list the name was found.

Remember, I am asking for pseudocode. What steps would you go through to do this operation?

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

Students also viewed these Databases questions

Question

What training do they require?

Answered: 1 week ago

Question

What is the problem asking me?

Answered: 1 week ago