Why is the second instantiation of the Player object rewriting the first in this Java program?
I am attempting to write a program that will allow a user to input four characteristics of a “Player” object and add that object to an array list of other Player objects. However, it seems that all Player objects are treated as the same.