public static void Main()
int blue, red, yellow, totalPins;
totalPins = red + blue + yellow;
Console.WriteLine("+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++");
Console.WriteLine("There are " + blue + " blue pins, " + red + " red pins, " + yellow + " yellow pins and a total of all pins are " + totalPins + ".");
Console.WriteLine("+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++");