Hi,
I'm new to Visual C++, and this may seem like a stupid question... I'm trying to create a game, that will generate an array with random numbers, and print a different array 6 times. I got it to generate random numbers and store them into the array, but when I try to execute it 6 times to...