Write a class that maintains the top ten scores for a game application, implementing the add and remove methods of Section 3.1.1 (in the textbook), but using a doubly linked list instead of an array.
Write a class that maintains the top ten scores for a game application, implementing the add and remove methods of Section 3.1.1 (in the…