Your task here is to implement a C# code based on the following specifications. Note that your code should match the specifications in a precise manner. Consider default visibility of classes, data fields and methods unless mentioned otherwise. Specifications: class definitions: class Person: method definitons: Name: Implement getter setter method (use Auto Implementation Property) visibility: public return type: string Address: Implement getter setter method (use Auto Implementation Property) visibility: public return type: string Age: Implement getter setter method (use Auto Implementation Property) visibility: public return type: int class Personlmplementation: GetName(IList person): display the name and address of all the persons in the List return type: String visibility: public Average(IList person): Method to calculate the average score return type: double visibility: public Max(IList person): Method to calculate the maximum Age return type: int visibility: public Task: • Create a class Person with attributes string Name, string Address and int age and define getter setter method using Auto Implementation Property • Create a class Personlmplementation and implement the below given methods: 1. GetName(IList person) display the name and address of all the persons in the List 2. Average(IList players) to calculate the average age of all the persons. 3. Max(IList players) to find the maximum age of the person. Sample Input IListp = new List(); p.Add(new Person {Name = "Aarya", Address = "A2101", Age = 69}); p.Add(new Person {Name = "Daniel", Address = "D104", Age = 40}); p.Add(new Person {Name = "Ira", Address = "H801", Age = 25}); p.Add(new Person {Name = "Jennifer", Address = "11704", Age = 33}); Sample Output Aarya A2101 Daniel D104 Ira H801 Jennifer |1704 41.75 69

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
only use c# sharp language!
Your task here is to implement a C# code based on the following specifications. Note that your code should
match the specifications in a precise manner. Consider default visibility of classes, data fields and methods
unless mentioned otherwise.
Specifications:
class definitions:
class Person:
method definitons:
Name: Implement getter setter method (use Auto Implementation Property)
visibility: public
return type: string
Address: Implement getter setter method (use Auto Implementation Property)
visibility: public
return type: string
Age: Implement getter setter method
visibility: public
return type: int
class Personlmplementation:
GetName(IList<Person> person): display the name and address of all the persons in the List
return type: String
visibility: public
Auto Im
hentation Property)
Average(IList<Person> person): Method to calculate the average score
return type: double
visibility: public
Max(IList<Person> person): Method to calculate the maximum Age
return type: int
visibility: public
Task:
• Create a class Person with attributes string Name, string Address and int age and define getter setter
method using Auto Implementation Property
• Create a class Personlmplementation and implement the below given methods:
1. GetName(IList<Person> person) display the name and address of all the persons in the List
2. Average(IList<Player> players) to calculate the average age of all the persons.
3. Max(IList<Player> players) to find the maximum age of the person.
Sample Input
IList<Person>p = new List<Person>();
p.Add(new Person {Name = "Aarya", Address = "A2101", Age = 69});
p.Add(new Person {Name = "Daniel", Address = "D104", Age = 40});
p.Add(new Person {Name = "Ira", Address = "H801", Age = 25});
p.Add(new Person {Name = "Jennifer", Address = "11704", Age =
Sample Output
Aarya A2101 Daniel D104 Ira H801 Jennifer l1704
41.75
69
IMPORTANT:
If you want to test your program you can implement a Main() method given in the stub and you can use
RUN CODE to test your Main(), provided you have made valid function calls with valid data required.
Transcribed Image Text:only use c# sharp language! Your task here is to implement a C# code based on the following specifications. Note that your code should match the specifications in a precise manner. Consider default visibility of classes, data fields and methods unless mentioned otherwise. Specifications: class definitions: class Person: method definitons: Name: Implement getter setter method (use Auto Implementation Property) visibility: public return type: string Address: Implement getter setter method (use Auto Implementation Property) visibility: public return type: string Age: Implement getter setter method visibility: public return type: int class Personlmplementation: GetName(IList<Person> person): display the name and address of all the persons in the List return type: String visibility: public Auto Im hentation Property) Average(IList<Person> person): Method to calculate the average score return type: double visibility: public Max(IList<Person> person): Method to calculate the maximum Age return type: int visibility: public Task: • Create a class Person with attributes string Name, string Address and int age and define getter setter method using Auto Implementation Property • Create a class Personlmplementation and implement the below given methods: 1. GetName(IList<Person> person) display the name and address of all the persons in the List 2. Average(IList<Player> players) to calculate the average age of all the persons. 3. Max(IList<Player> players) to find the maximum age of the person. Sample Input IList<Person>p = new List<Person>(); p.Add(new Person {Name = "Aarya", Address = "A2101", Age = 69}); p.Add(new Person {Name = "Daniel", Address = "D104", Age = 40}); p.Add(new Person {Name = "Ira", Address = "H801", Age = 25}); p.Add(new Person {Name = "Jennifer", Address = "11704", Age = Sample Output Aarya A2101 Daniel D104 Ira H801 Jennifer l1704 41.75 69 IMPORTANT: If you want to test your program you can implement a Main() method given in the stub and you can use RUN CODE to test your Main(), provided you have made valid function calls with valid data required.
Expert Solution
steps

Step by step

Solved in 4 steps with 5 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY