having issue with random number and arraysgot it now, thanks. for ( roll = 0; roll < size; roll++) b[roll] = (rand() % 10) + 1;
having issue with random number and arraysI see that I had the wrong number for arraySize, it should have been 11 instead of 10. After changin...
having issue with random number and arraysso i am supposed to have a program that creates random numbers between 1 and 10, assign the numbers ...
This user does not accept Private Messages