Let me explain myself better: I'm building a quiz/trivia app, the idea is, on start of each layout, it randomize the letters displayed. I already managed to do this, like shown here:
So basically, it randomizes the letters on start of layout. And it doesn't repeat the same letters. But now, I want to add multiple same letters in the variable, like this example: A, B, C, D, E, E, A, G, H
If i change the strings, it won't work because the While loop is made to not repeat the same strings. So how I do this easily?
Thanks and I hope I explained myself clearly!