public static void Main()
Console.WriteLine("Hello World");
int bluePins, goldPins, greenPins, redPins,total;
bluePins = greenPins - 5;
total = bluePins + goldPins + greenPins + redPins;
Console.WriteLine("+++++++++++++++++++++++++++++++++++++++++++++++++++");
Console.WriteLine("The number of red pins is " +redPins+ "." );
Console.WriteLine("The numbber of gold pins is " +goldPins+ "." );
Console.WriteLine("The number of green pins is" + greenPins+ ".");
Console.WriteLine("The number of blue pins is " +bluePins+ "." );
Console.WriteLine("The total number of pins is " + total + ".");
Console.WriteLine("++++++++++++++++++++++++++++++++++++++++++++++++++++");