Apr 10, 2014 at 11:38pm
Is it because you forgot to initialize your array?
Where are you filling your array with random numbers?
Apr 10, 2014 at 11:40pm
i want to initialize my array by means of filling it with random numbers?
Apr 10, 2014 at 11:57pm
You want the user to pick those random numbers or you want the script to pick random numbers, as in srand(time(null)) ?
Apr 11, 2014 at 12:02am
the script....not the user
Apr 11, 2014 at 12:06am
i have managed to figure it out. thanks darqan and seiza