I need to generate random numbers on certain length that is input by the user.
For eg.
If the user inputs the value 5, a random number of 5 digits should be generated
and user can input any value between 1 and 30 and a number with that many digits should be generated.
I searched quite a bit before posting this, but could not find any posts that could help me
For eg.
If the user inputs the value 5, a random number of 5 digits should be generated
and user can input any value between 1 and 30 and a number with that many digits should be generated.
I searched quite a bit before posting this, but could not find any posts that could help me