Question: What is wrong with the code below? The first time through the loop it will start with the element at index 0 and check if
What is wrong with the code below? The first time through the loop it will start with the element at index and check if the item at the array index equals the passed target string. If they have the same characters in the same order it will return otherwise it will return But, it has only processed one element of the array. How would you fix the code to work correctly process all array elements before returning
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
