
Donald W. answered 06/27/22
Personalized tutoring in Math and Computer Science
In C++:
And the sample output:
Sis B.
asked 06/27/22Suppose there is an island with two rabbits (male and female). Every 30 days, the population of rabbits doubles. Write a program that has the user input the number of days and then calculate the new population. Use a counted loop.
Extension:
(a) Let the user specify the initial population of the island.
(b) Let the user specify how many days it takes for the population to double.
Donald W. answered 06/27/22
Personalized tutoring in Math and Computer Science
In C++:
And the sample output:
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Sis B.
This code doesn't work06/27/22