public static void Main()
Console.WriteLine("what is the Realtor first name ?");
Console.WriteLine("What is the Realtor last name?");
Console.WriteLine("There are 15 more Art Houses than Cape Cod Houses. There are 5 times as many Victorian houses as there are Art delco houses, there 5 less Cape cod Houses than there are Dutch Colonain houses, there are 4 more Victorian houses than there Cape Cod houses. There are 10 Cape Cod houses.");
Console.WriteLine("++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++");
Console.WriteLine("The realtor's first and last name is {0} {1}",a,b);
Console.WriteLine("There are a total of {0} Houses. ",g);
Console.WriteLine("There are a total of {0} Victorian houses, a total of {1} Art-Delco houses,",e,d);
Console.WriteLine("a total of {0} Cape Cod houses and a total of {1} Dutch Colonial houses.",c,f);
Console.WriteLine("++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++");