Hello, can I get help with this:
I'm having a problem in java. I've created three arrays, one containing questions to be asked for a quiz and another one containing answer to the questions the last one is to ask questions randomly so I generated numbers from 1-10 randomly. The problem starts when I have to display the question according to the random array. The program only shows one question throughout.