Question: Write a program that predicts the approximate size of a population of organisms. The application should allow the user to enter the starting number of

Write a program that predicts the approximate size of a population of organisms. The application should 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. Mathematically, the population for any day n>0 can be expressed as Popn=Popn1(1+100percentincrease) Test your program with the data in Table 1. Finally, format your program to match the sample terminal. Your output should exactly match the sample output, character for character, including all white space and punctuation. User input in the sample has been highlighted in Pappy's Purple to distinguish it from the program's output, but your user input does not need to be colored. Save your program as organisms_login.py, where login is your Purdue login. Then submit it along with a screenshot showing a run of the test case
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
