-List of names in a database
-names have double assigned to them, x
-each name has random 10 digit double generated from 0 to x
-the name with the highest number double is assigned to a variable
-if two names generate the same double then the name with in the list is assigned to the variable
-once a name is assigned to the variable, it falls out of queue and cannot be assigned again for another 24 hours
What components of Java do I need to be able to understand to know how to do this?
Or if you have pre-written code with similar functionality that would be helpful too.
Thanks tons and much love