02-27-2010, 10:13 PM
|
#4 (permalink)
|
|
Wizard
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
|
If two numbers are generated the same you will write on to an existing file. You will want to check to make sure the file does not exist before continuing (do-while loops are useful for this).
|
|
|
|