C++ Boolean problem (comparison between two arrays)
- by Martin
Hello!
I have a problem to do. I already did some part of it, however I stuck and don't know exactly what to do next.
The question: " You are given two arrays of ints, named A and B. One contains AMAXELEMENTS and the other contains BMAXELEMENTS. Write a Boolean-valued function that returns true if there is at least one point in A that is the same…