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