public static void Main()
Console.WriteLine(" in ten years dan will be " + dan10 + " years old , joe will be " + joe10 + " years old, and tom will be " + tom10 + " years old");
double overAllAges = dan10 + joe10 + tom10 ;
double avrageAge = overAllAges/3 ;
Console.WriteLine (" the avrage age is " + avrageAge + " years old") ;