Posted by imran on Sunday, July 8, 2012 at 11:35am.
Plzzzzzzzzzzzz Help program that produces a bar chart showing the population growth of Prairieville, a small?
Write a program that produces a bar chart showing the population growth of Prairieville, a small town in the Midwest, at 20 year intervals during the past 100 years. The program should read in the population figures (rounded to the nearest 1000 people) for 1900, 1920, 1940, 1960, 1980, and 2000 from a file. For each year it should display the date and a bar consisting of 1 asterisk for each 1000 people. The data can be found in the people.txt file.
Here is an example of how the chart might begin:
PRAIRIEVILLE POPULATION GROWTH
(each * represents 1000 people)
1900 *
1920 **
1940 *****
data inside people.txt is
2017
4416
4986
7129
7625
9243
Plz help me any kind soul with this program written only in C++ . I have spent couple of hours to understand the problem but sorry could not figure this out. Thanx in advance but plz in C++ very simple basic program without arrays and no pointers. thanx
No one has answered this question yet.
Answer this Question
Related Questions
computer c++ - write a program that produce a bar chart showing the population ...
CS - build a program that produce a bar chart showing the population growth of ...
computer science - write a program that asks the user to enter today's sales...
computer science - write a program that asks the user to enter today's sales...
At-Risk children - Create a plan for identifying potential students for the new ...
Programming - Write a pseudocode program that asks the user for an integer ...
Programming - Write a program that would calculate and display the results for ...
Diversity in the Classroom - Create an At-Risk Program. What would be At-Risk ...
algebra - Pick a country of your choice that is experiencing population growth. ...
computer programming - small startup software developer company needs to create ...
For Further Reading