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...


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.)



Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here