- 1
need help...
generate numbers randonmly from 1 to 25 in a array[25]... but not repeat a number twice in c++
2 Antworten
+ 8
Hint: Fill the array with numbers 1 to 25 in ascending/descending order, then randomly swap the array contents.
0
thanks bro...