public static void Main()
double count = 0,numkids=0;
Console.WriteLine("enter number of man & woman in the famely");
child = int.Parse(Console.ReadLine());
Console.WriteLine("enter number of children");
child = int.Parse(Console.ReadLine());
Console.WriteLine(numkids/ count + " is the avarage");
Console.WriteLine(" there is " + count2 + "with more than 5 ");