Hello there C++ forum.
I am i need of your assistance.
I have to code an app where the user inputs values in 2 different arrays,and compare the values.If the value in array1 is greater or equal to the value of array2, then a counter increments , else it does nothing.That Procedure continues until every element of both arrays are compared with each other.I did the input and sorting part,but I do not know how to compare every element of an array.
Any help will be appreciated.
Thanks
~W0ot