Project: Add a Method to Your Class
Add a method to your class and call it to display object data.
We'll cover the following...
We'll cover the following...
Add a method display()
inside Player
that prints the player’s name and score. Then call ...