Question: answer correctly Write a predicate function named isEqual that is passed in 2 vectors of integers and returns true if the vectors are equal otherwise
Write a predicate function named isEqual that is passed in 2 vectors of integers and returns true if the vectors are equal otherwise returns false Two vectors are equal if they have exactly the same values, all in exactly the same location within the vector. You may not use the overloaded vector operator since that is the functionality you are to reproduce
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
