akosiraff

Download Population Organisms

Oct 13th, 2015
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/population-organisms/
  3. Write a program that will predict the size of a population of organisms. The program should ask for the starting number of organisms, their average daily population increase ( as a percentage), and the number of days they wll multipy. The program should use a loop to display the size of the population each day.
  4. Input Validation: Do not accept a number less than two for the starting size of the population. Do not accept a negative number for average daily population increase. Do not accept a number less than one for the number of days they will multiply.
  5. Download: http://solutionzip.com/downloads/population-organisms/
Add Comment
Please, Sign In to add comment