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
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...
Related questions
Question
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 4 steps with 5 images
Recommended textbooks for you
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 Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
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 Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
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
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY