write a piece of code that ask the user to set a password
- queries the user for his/her user name
- queries the user for his/her password twice, making sure the user
enters the same password twice
- Allow Only 3 attempts to get a correct password
the rules for the password are
- at least one number
- at least one lower cap letter
-
at least one upper cap letter
- allowed characters: numbers, letters, "_", "-" and "."