HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Sections > Arithmetic > problem:


50316 - Population Bar Chart

Guest
• Review clarifications (1)

Section problems

• 50301 - Fractions to Decimals
• 50304 - Number Pattern
• 50305 - John's Tasks
• 50649 - Puzzle
• 50321 - Missing Number
• 50308 - IT Knowledge Seminars
• 50310 - Kinetic Energy
• 50314 - Falling Distance
• 50316 - Population Bar Chart
• 50530 - Sum of Ratios
• 50384 - Permutations revisited
• 50368 - Right-most non zero digit in N!
• 50293 - Sum of odd numbers from ...
• 50365 - Sum of the numbers from a...
• 50388 - Number of Armstrong Num...
• 50363 - Class GPA Average
• 50390 - Total Salary Paid

Feedback

If you notice incorrect translations in Contester, please let author know.

Time limit 2000/4000/4000/4000 ms. Memory limit 65000/65000/65000/65000 Kb.
Prepared by Halil Karimis.

Population Bar Chart

Question:
Write a program that produces a bar chart showing the population growth of Prairieville, a small town in the Midwest, at 50-year intervals during the past 100 years.

The program will get the population for the years 1900, 1950, and 2000 from the user. For each year, it should display the year and a bar consisting of one asterisk for each 1,000 people.

Input specification
You will be given three integers in three lines representing the population (p) in the years 1900, 1950 and 2000 where 0 < p < 10000

Output specification
Print out three lines. Every line will contain the year followed by a space and proper number of asterisks.
Note: The population is rounded to the nearest 1,000 people.

Sample Run I  
2800
4560
6220

Sample Output I  
1900 ***
1950 *****
2000 ******

Sample Input II  
5700
3200
4500

Sample Output II  
1900 ******
1950 ***
2000 *****


Для отправки решений необходимо выполнить вход.

www.contester.ru