Create a class that maintains the top scores for a video game, this time using a linked list.

In class we worked on this task using an array of GameEntry objects. We then moved on to learning how...