HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Contests > CEN - Week 14 - 2023 > problem:


2013-10Gr-30. 50312 - Sales Bar Chart

CEN - Week 14 - 2023

Start: Feb.01.2023 at 12:15:35 AM
Finish: Feb.06.2023 at 12:15:35 AM
The contest is finished!
• Contest scoreboard

Guest
• Review clarifications (1)

Contest problems

• 2013-10Gr-30. 50312 - Sales Ba...
• 2013-12-20. 50353 - Cube of the La...
• 4. 50744 - The Smallest Perimeter

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.

Sales Bar Chart

Question:
Write a program that asks the user to enter the total sales of the day for the stores in three different cities of Albania (Tirana, Durres and Shkoder). The program should then display a bar graph comparing each store's sales.

Create each bar in the graph by displaying a row of asterisks. Each asterisk should represent $100 of sales.

Input specification
You will be given three integer numbers (sale) in three lines where 0 < sale < 1000.

Output specification
Show three lines containing Asterisk chars '*' for every $100 sale.

 Sample Run I  
  390
  610
  475

 Sample Output I  
***
******
****


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

www.contester.ru