In c# i need to  Create an application named TestSoccerPlayer that instantiates and displays a SoccerPlayer object. The SoccerPlayer class contains the following properties: Name - The player’s name ( a string) JerseyNum - The player's jersey number (an integer) Goals - Number of goals scored (an integer) Assists - Number of assists (an integer) using static System.Console; class TestSoccerPlayer {   static void Main()   {     // Write your main here.   } } class SoccerPlayer   {     // Write your SoccerPlayer class here.   }

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter9: Using Classes And Objects
Section: Chapter Questions
Problem 3E: Create an application named SalesTransactionDemo that declares several SalesTransaction objects and...
icon
Related questions
Question

In c# i need to 

Create an application named TestSoccerPlayer that instantiates and displays a SoccerPlayer object. The SoccerPlayer class contains the following properties:

  • Name - The player’s name ( a string)
  • JerseyNum - The player's jersey number (an integer)
  • Goals - Number of goals scored (an integer)
  • Assists - Number of assists (an integer)
using static System.Console;
class TestSoccerPlayer
{
  static void Main()
  {
    // Write your main here.
  }
}
class SoccerPlayer
  {
    // Write your SoccerPlayer class here.
  }
Expert Solution
Step 1

Here is an example of how you could implement the SoccerPlayer class and instantiate an object of it in the Main method of the TestSoccerPlayer class:

trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning