Posts by leonardo • 31 points
1 post
-
2
votes2
answers886
viewsQ: compare and remove repeated element
I have this array of objects, and I would like to scroll through and remove the repeated author by name, but I cannot. public class Pessoa { private Autor autor[]; int cont = 0; public Pessoa(Autor…