Searching an Array for an Exact Match
In this exercise, you use what you have learned about searching an array for an exact match. Study the following code, and then answer Questions 1-4. Note that this code may contain errors.
1. Is the for loop written correctly?
__________________________________________________________________
If not, how can you fix it? __________________________________________________________________
2. Which variable is the flag?
__________________________________________________________________
3. Is the flag variable declared correctly?
__________________________________________________________________
If not, what should you do to fix it?
__________________________________________________________________
4. Is the comparison in the if statement done correctly?
__________________________________________________________________
If not, how can you fix it?
__________________________________________________________________
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.