Hello World,
I've been asked to write a program with the following information:
The U.S Census Bureau projects population based on the following assumptions:
1. One birth every 7 seconds
2. One death every 13 seconds
3. One new immigrant every 45 seconds.
Write a program to display the population for each of the next five years. Assume the current pop. is 312,032,486 and one year has 365 days.
Thank you so much...I know that i need to do some sort of computation but im prety confused.
I've been asked to write a program with the following information:
The U.S Census Bureau projects population based on the following assumptions:
1. One birth every 7 seconds
2. One death every 13 seconds
3. One new immigrant every 45 seconds.
Write a program to display the population for each of the next five years. Assume the current pop. is 312,032,486 and one year has 365 days.
Thank you so much...I know that i need to do some sort of computation but im prety confused.
Comment