| Лимит времени 2000/4000/4000/4000 мс. Лимит памяти 65000/65000/65000/65000 Кб. 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   ***
 ******
 ****
 
 |  Для отправки решений необходимо выполнить вход.
 
 
 |