public static void Main()
Console.WriteLine("+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++");
Console.WriteLine("There are " + s + " snakes, " + fs + " fish " + fg + " frogs, and " + fx + " foxes.");
Console.WriteLine("there are a total of " + t + " animals ");
Console.WriteLine("++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++");
Console.WriteLine("==========================================================================");
Console.WriteLine("There are {0} snakes, {1} fish {2} frogs, and {3} foxes.",s,fs,fg,fx);
Console.WriteLine("there are a total of {0} animals ",t);
Console.WriteLine("==========================================================================");