Program GR2
The Problem
Modify the program GR1so that it calculates the new rabbit population, Rend, and the new fox population, Fend, after one month. Your program should have two inputs - the number of rabbits and foxes alive at the beginning of the month. As a minimum, your program should print out the number of rabbits and foxes alive at the end of the month. You may want to print out additional information in order to answer the investigation questions about the rabbit and fox populations. Use functions and subroutines where appropriate.