public static void Main()
Console.WriteLine("===========================================");
Console.WriteLine("The company had " + g + " green chairs");
Console.WriteLine("The company had " + y + " yellow chairs");
Console.WriteLine("The company had " + b + " blue chairs");
Console.WriteLine("The company had " + r + " red chairs");
Console.WriteLine("The company had a total " + t + " chairs");
Console.WriteLine("==========================================");