I want my program to have numbers 1 through 10. I want it to have a sets of 5 numbers and list all the combinations that it can have. I don't want one number to be use twice in a set. This is what i have so far.
Code:
array [x] int x = 0; x = rand(); while (x<0 && x<10)
Comment