The springbok (a species of small buck, not rugby players!) population x(t) in the Kruger National Park in South Africa may be modeled by the equation:
where r, b, and a are constants. Write a program which reads values for r, b, and a, and initial values for x and t, and which uses Euler's method to compute the impala population at monthly intervals over a period of twoyears.