Hi I'm developing a simple -multiple choices- quiz program using visual studio. (C#)
I want to make the choices with radio buttons, in which each radio button has a - randomly selected answer- and one of them is the correct one.
I filled an array with the all possible answers. And I want to know how can I make the right answer not in the same place every time?
so how can I make the right answer goes for a random place? and the other places selects other random numbers from the array which are not the right one. :D
I know my question is not that clear I don't know how to explain. ><