View Single Post
  #4   Report Post  
John Campbell
 
Posts: n/a
Default


From a list of 100 integers (1-100), I want to select 20 numbers at
random without duplicating any numbers. From the list of the remaining
80 numbers, I want to create another array list of 20 numbers. And then
repeat this process until all 100 numbers are selected.

John Campbell