(FYI: Pseudocode is required (Not any programming language) Design a pseudocode program that loads an array with the following 7 values. Add one more word (of your own choosing) for a total of 8 words. biff comely fez mottle peruke bedraggled quisling Be sure to use lowercase, as shown above. This will make the processing easier. Ask the user to enter a word Search through this array until you find a match with the word the user entered. Once you find a match, output "Yes, that word is in the dictionary". If you get to the end of the array and do NOT find a match, output "No, that word is not in the dictionary". The program should work with any set of words in the arrays. If I were to change the words in the arrays, it should still work. If you need help, look at the search example in your textbook.

Programming with Microsoft Visual Basic 2017
8th Edition
ISBN:9781337102124
Author:Diane Zak
Publisher:Diane Zak
Chapter8: Arrays
Section: Chapter Questions
Problem 4MQ2
icon
Related questions
Question

(FYI: Pseudocode is required (Not any programming language)

Design a pseudocode program that loads an array with the following 7 values. Add one more word (of your own choosing) for a total of 8 words.

biff
comely
fez
mottle
peruke
bedraggled
quisling

Be sure to use lowercase, as shown above. This will make the processing easier.

  • Ask the user to enter a word
  • Search through this array until you find a match with the word the user entered.
  • Once you find a match, output "Yes, that word is in the dictionary".
  • If you get to the end of the array and do NOT find a match, output "No, that word is not in the dictionary".
  • The program should work with any set of words in the arrays. If I were to change the words in the arrays, it should still work.

If you need help, look at the search example in your textbook.

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Array
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning