Write code in a client program to do the following:
Declare an object player1 of type Player.
prompt use to enter a name and read it from the standard input device.
set the name data member of player1 to the string entered by use.
prompt user to enter a score and set the score data member for player1.