public static void Main()
Console.Write("Enter with your ");
public string FullName { get; set; }
public int Age { get; set; }
public Gender Gender { get; set; }
public DateTime BirthDay { get; set; }
public Person(string fullName, int age, Gender gender, DateTime birthDay)