Help creating alphanumeric string

@eh_asuna I suggest that you break your problem into sub-problems and work out each of one them separately. For instance: can you generate a random string by itself? Can you output a constant string by itself?

I agree with the advice to avoid String objects and use vanilla char arrays instead.