public static void Main()
int blue_c, red_c, white_c, total;
total = blue_c + red_c + white_c;
Console.WriteLine("+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++");
Console.WriteLine("There are {0} blue cars, {1} red cars, {2} white cars and {3} total cars", blue_c, red_c, white_c, total);
Console.WriteLine("+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++");