Re: Please help me with this
Here's some info to point you in the right direction. You need random numbers...use Math.random() or the Random class to achieve this. You can use the modulus operator to get the number of digits you'd like if necessary. Then do some if statements to make sure the numbers validate. If you don't know what any of this terminology means, google them and you will find more than enough information. Hope this helps
Re: Please help me with this
Maybe this will help.
Java: Arrays
Look under"Java idiom for looping over an array - for loop"