Rewrite the function body of this function so that instead of using iterating through the elements of the parallel arrays

C++

LANGUAGE: C++ CHALLENGE: consider the testPIN function used in Program 7-21. For convenience, we have reproduced the code for you below. Rewrite the function body of this function so that instead of using iterating through the elements of the parallel arrays, it returns true or false by calling countMatches the function defined in the previous…

Read More