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("+++++++++++++++++++++++++++++++++++++++++++++++++++++++++");