Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In JAVA PLEASE Homework 1 The following equations are used to model the populations of predators and prey preyn+,-prey, x (1 + A-B pred.) predn+1
In JAVA PLEASE
Homework 1 The following equations are used to model the populations of predators and prey preyn+,-prey, x (1 + A-B pred.) predn+1 = predn x(1-C+ D prey.) In the equations A is the rate at which prey birth exceeds natural death, B is the rate of predation, C is the rate at which predator deaths exceed births without food, and D represents predator increase in the presence of food Write a program that does the following: 1. Prompts the user for these rates: a. Initial population sizes b. Number of periods 2. Display the populations for the given number of periods. For testing, try the following values: A = 0.1, B C- 0.91, and D- e.eeee2 with initial prey and predator populations of 1,00e and 20 The point of this exercise is to use some of the arithmetic operations and data types as well as become comfortable getting user input from the command line. Consider carefully the scope of your variables and the data types that you are using and how the operators work with different data types
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started