Write a program that uses a loop to ask the user to enter today’s sales for five stores. The entered results should be stored in a list. You may assume the user will enter integers.
After the data has been entered, the program should display a bar graph comparing each store’s sales. Each bar should be a row of asterisks, and each asterisk representing $100 of sales (hint: there are several ways to do this. One way is to use nested loops. The outer loop iterates over the list you created and the inner loop prints one asterisk per 100 dollars of sales for that store.)
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here