Posts by Matheus • 31 points
1 post
-
3
votes1
answer64
viewsQ: Problem with showing data in Arraylist
I have a problem to show the data in the arraylist, it always shows the duplicate result public static void main (String[]args){ Scanner ler=new Scanner(System.in); Pessoa p=new Pessoa();…