Forum: C Feb 17th, 2006 |
| Replies: 3 Views: 1,626 ahm... my idea is having a 3 for loop the first loop will generate the 10 random numbers from 0-9 and the second loop will check if the number that was generated before is already in the array and it... |
Forum: C Feb 17th, 2006 |
| Replies: 3 Views: 1,626 i have a case study....
my prof said that we should display 10 random numbers without repeating the same number for example the screen will print numbers from 0-9 at this order
1 6 7 5 2 3 4 9 8... |
Forum: C++ Feb 17th, 2006 |
| Replies: 4 Views: 2,327 i have a case study....
my prof said that we should display 10 random numbers without reaping the same number for example the screen will print numbers from 0-9 at this order
1 6 7 5 2 3 4 9 8 0... |