I would create an Object that contains one user record- a name and a score. Create a List of these record Objects. Then use a custom Comparator that compares the scores along with the...