Question
Write an application that prompts the user for four values and draws corresponding bar graphs using an ASCII character. For example, if the user entered 15, 12,
9, and 4, the program would draw
Output
******************
************
*********
****
Tags: