Question: Write a python program that reads a sequence of input values and displays a bar chart of the values, using asterisks, like this: ********************** ****************************************
Write a python program that reads a sequence of input values and displays a bar chart of the values, using asterisks, like this:
**********************
****************************************
****************************
**************************
**************
You may assume that all values are positive. First figure out the maximum value. That value's bar should be drawn with 40 astrisks. Shorter bars should use proportionally fewer astrisks.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
