View Single Post
Old Jan 18th, 2008, 3:45 PM   #6
mbd
Programmer
 
Join Date: Nov 2007
Posts: 86
Rep Power: 1 mbd is on a distinguished road
Re: Need array help, desperately !!

There is a class called ArrayList. The methods you are looking for are named:
1. contains - tell if applicant exists in the list
2. add - add an applicant to the list
3. remove - remove an applicant from the list

Please read that documentation and attempt to solve this on your own. The documentation is available in some languages other than english.
mbd is offline   Reply With Quote