Question: give a code snippet that will search through an array of strings named dictionary and will searching for a matching word stored in lookup. the

give a code snippet that will search through an array of strings named "dictionary" and will searching for a matching word stored in "lookup". the length of the array "dictionary" is stored in dictionaryLength. If the word is found, print out the index of the array element that contains the words. if not found found print a a statement saying it wasn't found use the following: string lookup; string dictionary[10060 int dictionarylength
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
