Using Java Array Lists to find sum, size of the array list, the largest index entry, and print the array list order in reverse ...
GameSort.java is the main file. Game.java is used to hold objects representing an entry, containing a nane and a score. Scores.java is a class for managing the array to handle the objects.