I would like to create a array having 21 values between 0 to 20.I would like them to be in random and at the same time non-repeated.
I know how to create a random number
You probably want to use something like the Fisher-Yates shuffle.