I want my output to look like a bar graph with the number of numbers in an array in each line.

My code is not working and I don't know why.



void graph(int a[], int lo, int hi)
{
int...