I have arrays of Length(L) , width(W) and Height(H) of same size(in length).
Here L , W and H are entered by user.
Eg:- Assuming size as 5.
Therefore ;
Array 1 be 10 , 5 , 6
Array 2 be 12 , 6 , 8
Array 3 be 15 , 4 , 9
Array 4 be 8 , 3 , 6
Array 5 be 10 , 8 , 4
Now I want to compare Array 1 to all other except Array 1 , Array 2 to all other except Array 2 and so on till last array and
want to consider as single array (if matches with other Array of L , B and H) and
to create new array as RESULT.
Thank You In Adv