Question: This is a C# program. It should store 15 sets of player initials and 15 scores. Then display all 15 scores next to its corresponding
This is supposed to be written in C# Components: Player Class: This class should have a constructor that accepts the player's initials and score and store it in the appropriate public properties. Main Method: The main method should take in the player's three initials and score and store it for printing. Player objects should be created for each set of initials and scores taken in. You should allow for 15 sets of initials and scores to be input by the user. These should be stored in an array of type Player. Display Once all of the initials and scores have been received, you should print out the initials and scores, one line at a time
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
