public static void Main()
int s, fg, fh, fx, total;
total = s + fg + fh + fx;
Console.WriteLine("++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++");
Console.WriteLine(" There are " + s + " snakes, " + fh + " fish, " + fg + " frogs, and " + fx + " foxes.");
Console.WriteLine(" There is a total of " + total + " animals.");
Console.WriteLine("++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++");