Hi
I've made a method in a class ,the method purpose is to eliminate duplicated number in a row of 2D array,after creating one.
this method it's located in a class the problem when I call it in the main after creating a numbers[5][6], I want to eliminate similar numbers in a row.