I'm new in Java Programming and so i've been trying to do new things and get to learn
Just wondering if anyone could help me on this one,
I'm trying to do a program that displays several questions when started, however I want them to be displayed in a random order in wich they dont get repeated, then check if the right option for the question has been answered (out of a multiple choice). For example, the program has a database of 10 questions, how do i get 5 of those questions displayed randomly, without repetitions, (I kinda figured I can work the other part of the program with a switch inside a switch for every question to keep record of how many have been answered wrong and how many have been answered right)... I know this might not seem like a big deal, but hey, im new XD. Any help welcomed.
Thanks