so this array is supposed to have between 20 and 30 elements and it seems to be doing that fine, but then it is supposed to generate random numbers into each of these elements (values between 100-200). After it generates the first number it just seems to repeat it. What am I doing that isn't having it populate with a new number in each element?
@FurryGuy, your solution just about did it, I had to move line 29 as well to define iseed. As for variable length arrays, I don't know, this was a bit of a project that I am working on for a class and the random amount of elements are required. now I have to figure out how to reverse the order and double the values of the variables. I assume he wants me to use pointers to do it