Here is my problem.I am making an array to ask input from the user as shown in example below.I need to make sure that out of all the array that been input, there is at least one is equal with another for example array[1][2]=4 is equal to array[3][0]=4. So how do i make the code such that it will check all the input and determine whether any of the array is equal with one another or not... It can be more than 1 same array but must not less than 1.