For this programming exercise you will use the text file named “USPopulation.txt” that is located on Blackboard in the same location as these instructions. The file contains the midyear population of the United States, in thousands, during the years 1950 through 2000. The first line in the file contains the population for 1950, the second line contains the population for 1951, and so forth. Write a program that reads the contents of the file into an array. The program should display the following information: • The average annual change in population during the time period. • The year with the greatest increase in population during the time period. • The year with the smallest increase in population during the time period.
For this
“USPopulation.txt” that is located on Blackboard in the same
location as these instructions. The file contains the midyear population
of the United States, in thousands, during the years 1950 through
2000. The first line in the file contains the population for 1950, the
second line contains the population for 1951, and so forth.
Write a program that reads the contents of the file into an array. The
program should display the following information:
• The average annual change in population during the time period.
• The year with the greatest increase in population during the time
period.
• The year with the smallest increase in population during the time
period.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 1 images