Random number except number 7
Today I had this little problem. I needed to generate a random number from 1 to 30 and the result had to except a specific number (as in this example, any number from 1 to 30 except the number 7 ) The code is done now, it’s working as it should and I posted it…