public static void Main ()
result = ((x * 2) + x + ((x * 2) - 4) + (((x * 2) - 4) + 5));
string value1 = ("There are a total of " + result);
string value2 = ("houses. There are " + result);
string value3 = ("Victorian houses, " + result);
string value4 = ("Art_Delco houses, " + result);
result = (((x * 2) - 4) + 5);
string value5 = ("Cape_Cod houses, and " + result);
string value6 = ("Dutch_Colonial houses. ");
Console.WriteLine ("{0} {1} {2} {3} {4} {5}",