Array HELP BADLY

I am totally confused on how to do a tasks.
Im trying to generate a program that is a One-Dimensional array of random elements of type interger defined in the range between 0&9. Then sort the element of the array in the ascending order, where it computes the frequency of each element that appears in the array, and for it to also display the results in a histogram.
my array size is 50<=size<=200
Last edited on
Will you post some code please and show us what you have done so far? Then, would you be more specific on what exactly you need help with? I don't even see a question.
I have no code so far I am trying to figure out how to construct this into a code.
Do you know how to generate random numbers?

If you do then how about using that in a loop to fill the array(?).

If not then google about that first.
Topic archived. No new replies allowed.