"UpperLowerRand" is a function that returns a random string of 10 characters, with uppercase
and lowercase letters.
"UpperLowerRandIn" is designed to accept 'X' as an uppercase character and 'x' as a lowercase
character input. It then generates a random string consisting of a combination of 'X' and 'x' characters, based
on the user's desired length.