Place your order today at 15% discount
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 values bar should be drawn with 40 asterisks. Shorter bars should use proportionally fewer asterisks.