produce a 5-character string consisting of randomized uppercase and lowercase characters. o each character should have a 50% probability of being uppercase, and a 50% probability of being lowercase which can be achieved by generating a random boolean value of true or false.