the question is requiring me to write a program that produces a bar chart showing the yearly income of a small company starting 1990. The program reads the income figures (rounded to the nearest $1,000) from a file called “income.txt”. For each year it should display the date and a bar consisting of one star („*‟) for each $1,000
i did everything except the rounding i tried the integer division but it didn't work