This issue should create a createPassword function using the below logic:
Input (Character List based on the requirement by user)
Loop through passwordLength
- pick a random character from the characterList
- Append to a password String
Return (Password)