Population
Create an application that will predict the approximate size of a population of organisms. The user should select or enter the starting number of organisms in a combo box, enter the average daily population increase (as a percentage) in a text box, and select or enter the number of days the organisms will be left to multiply in another combo box. For example, assume the user enters the following values:
Starting number of organisms: 2
Average daily increase: 30%
Number of days to multiply: 10
The application should display the following table of data.
Day | Approximate Population |
1 | 2 |
2 | 2.6 |
3 4 5 6 7 8 | 3.38 4.394 5.7122 7.42586 9.653619 12.5497 |
9 | 16.31462 |
10 | 21.209 |
Be sure to add appropriate ToolTips for each control on the form.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.