Hi guys, how do i make a bar chart with the for loop where each asterisk represents 100 after the user inputs the numbers?

inputs
store1=1000
store2=1200
store3=1800
store4=800
store5=1900

and the bar chart should show like this ( 1 asterisk = 100 )

store1: **********
store2: ************
store3: ******************
store4: ********
store5: *******************