using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication5 { class Program { class Person { public int Age { set; get; } public string Name { set; get; } public Pe…