Hello, I am attempting to write a memory game program that will display 18 numbers {1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9} in a random order. I am currently stuck on how I can clarify what those numbers are and how to make sure they are not displayed more than twice. In the code so far I have made it so I get 18 random numbers between 1 and 9. Here is what I have so far, any help would be great!