Write a method, named printHorizontalBars(), 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.
* * * * * * * * * * * * * * *
* * * * * * * * * * * *
* * * * * * * * *
* * * *
* * * * * * * * * * * * * * *
* * * * * * * * * * * *
* * * * * * * * *
* * * *