public static void Main()
Console.WriteLine("Hello World");
Console.WriteLine("==============================================");
Console.WriteLine("The company had " + Greenchairs + " green chairs. ");
Console.WriteLine("The company had " + Yellowchairs + " yellow chairs. ");
Console.WriteLine("The company had " + Bluechairs + " blue chairs. ");
Console.WriteLine("The company had " + Redchairs + " red chairs. ");
Console.WriteLine("The company had a total of " + Total + " chairs. ");
Console.WriteLine("==============================================");