What I'm trying to do is to generate a random string of numbers e.g. 2645237 and one char in a string in the range of A-Z e.g. W and combine the two strings to make string like this for example(((lkjlkj2645237W))).
I can generate a random number with no problem.
What I'm stuck on is
- Generating a random Char as a string.
- Combining the two strings to create one string.