Hello all i an array list with the following inside it
I want to be able to get the output like this ben Names name mum so what should happen, is that it test the arraylist for dublicates and only pulls out one of each. if you understand what I mean. Thanks Ben
What have you tried so far? Which part is giving you trouble? When asking folks a question, taking a minute to first explain things to your Cardboard Analyst and to think about Asking a Good Question is time well spent.
Make an array in which you copy the unique elements and print its contents. But, Dirk is right: Give these problems some thought yourself, that way you'll learn a lot faster...