101k views
8 votes
13. Population

Write a program that predicts the approximate size of a population of organisms. The

application should use text boxes to allow the user to enter the starting number of organisms,

the average daily population increase (as a percentage), and the number of days the

organisms will be left to multiply. 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 program should display the following table of data:

I'm stuck in this problem in python 1 and also can you guys provide me the flow chart

User Darajan
by
5.7k points

1 Answer

10 votes

Answer: after day one there is 2 2.6 3.3 9.1 27 81 243 729 2,187

6,561

Step-by-step explanation:

User FZs
by
6.6k points