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 comapny had a total of " + t + " chairs.");
Console.WriteLine("========================================");