using System;
public class Program
{
public static void Main()
Human Human1 = new Human();
}
public class Human
Random age = new Random();
Console.