Question: Improve the program of Exercise E7.19 by adding captions for each bar. Prompt the user for the captions and data values. The output should
Improve the program of Exercise •• E7.19 by adding captions for each bar. Prompt the user for the captions and data values. The output should look like this:
Egypt **********************
France ****************************************
Japan ****************************
Uruguay **************************
Switzerland **************
Data from Exercise E 7.19
Write a 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 asterisks. Shorter bars should use proportionally fewer asterisks.
Step by Step Solution
3.36 Rating (162 Votes )
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
