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