Question
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
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started