public static void Main()
Console.WriteLine("How old are you?");
num = Convert.ToDouble(Console.ReadLine());
Console.WriteLine("You are children");
Console.WriteLine("You are teenager");
Console.WriteLine("You are man/woman");
Console.WriteLine("You are big man/ big woman");
Console.WriteLine("You are granndpa/granny");