Hi
I am sure this is really simple but I cannot work it out, although I have been searching the internet and books on Java
I have the following array and I want to be able to select a random element from it each time the method is called:
I just cannot think of a for loop to do this, so that it does not always pick the same position on the array.
Hope someone can help me with this
Thanks