Sales Bar Chart
Write a program that asks the user to enter today's sales for 5 stores. The program should then display a bar graph comparing each store's sales.
Create each bar in the bar graph by displaying a row of asterisks. Each asterisk should represent $100 worth of sales.
Perform input validation that the sales are non-negative values. Make a loop that forces the user to enter valid information to continue the program.