Check alle échte Black Friday-deals Ook zo moe van nepaanbiedingen? Wij laten alleen échte deals zien

[Java]

Pagina: 1
Acties:
  • 41 views sinds 30-01-2008

  • dingens
  • Registratie: Juli 2004
  • Laatst online: 01-12-2022
I have values in an Array, now I want to remove those values that are twice in the array. For example year [] = 2,2,2,4,5,6,7,7'; Now I want to check the array to see if how many numbers there are in it, that are redudant, such as 2 and 7. And if there are redudant numbers then I want to smoke them out.

Could someone tell me how to do this, as I'm a self help student and have no teacher to ask. Thanks in advance

*edit sorry for the bad topic title, but I'm unable to edit it a.t.m*

[ Voor 8% gewijzigd door dingens op 24-10-2007 10:45 ]


Verwijderd

You should use a Set from the collection framework only unique values are allowed..


http://java.sun.com/devel...tion.html#SetUsageExample

  • whoami
  • Registratie: December 2000
  • Laatst online: 21:14
Sorry, maar dit is een nederlandstalig forum.
Het is niet de bedoeling dat je gewoon je post dat je ergens op een engelstalig forum gepost hebt, hier ook zomaar neerzet.
Je kan minstens de moeite doen om je topic in het Nederlands te posten, en een goede, duidelijke topic titel verzinnen.

https://fgheysels.github.io/


Dit topic is gesloten.