Hey,
like the tittle said i need to delete the letters if they are equals in the matrice.
For example:
i had these auuua and i need to delete the three u’s and just stay with a a.
If you can give me some help over here.
My matrice is the type of String[][] matriz = new String[11][6];
Thanks