Question: using dev c + + compiler, Write a program that will predict the size of a population of organisms. The program should ask the user
using dev c compiler,
Write a program that will predict the size of a population of organisms. The program should ask the user for the starting number of organisms, their average daily population increase as a percentage and the number of days they will multiply. A loop should display the size of the population for each day.
Input Validation: Do not accept a number less than for the starting size of the popuLarion. Do not accept a negative number for average daily population increase. Do not accept a number less than for the number of days they will multiply. Use a for loop to generate the table. Make sure you are using iomanip features for a nicely formatted table.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
