User profile: xobonesox
User info |
User name: | xobonesox |
History |
Joined: | |
Number of posts: | 3 |
Latest posts: |
Random number in a array? C++
[code]
srand(time(0));
int Rnum = rand()%5+1;
int guessArray[]={Rnum};
[/...
bubble sort array thanks i just changed
[code]
int end = 10;
[/code]
to
[code]
int end = 9;
[/code]
and it ran all...
bubble sort array i was wondering if someone could look at this.
im trying to get these numbers {1,7,4,0,9,4,8,8,2,4}...
|
This user does not accept Private Messages