Read in five values that represent the monthly amount spent on budget categories: food, clothing, transportation, entertainment, and rent. Write a program that displays a bar graph showing these values. In a bar graph, the length of each bar is proportional to the value it represents. Use a different color for each bar. (Hint: Multiply each value by the scale factor maxy() / maxExpense, where MaxExpense is the largest possible expense.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.