public static void Main()
int blc,orc,ylc,grc,whc, t;
t=blc + orc + ylc + grc + whc;
Console.WriteLine("+++++++++++++++++++++++++++++++++++++");
Console.WriteLine(" The car lot has " + blc +" black cards, " + orc + " orange cards, " + ylc + " yellow cards, + " + grc +" green cards, and " + whc + " white cards.");
Console.WriteLine(" The car lot has a total of " + t + " cars.");
Console.WriteLine("+++++++++++++++++++++++++++++++++++++");