public static void Main()
int snake, fish, frog, fox, total;
total = snake + fish + frog + fox;
Console.WriteLine("+++++++++++++++++++++++++++++++++++++++++++++++++++++");
Console.WriteLine("There are "+snake+" snakes, "+fish+" fish, "+frog+" frogs, and "+fox+" foxes.");
Console.WriteLine("There are a total of "+total+" animals.");
Console.WriteLine("+++++++++++++++++++++++++++++++++++++++++++++++++++++");