Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. The program will have the user input a password
  2.  
  3. Check to see if all requirements are met
  4.  
  5. At least 6 characters long
  6. Must have at least one upper case letter
  7. Must have at least one lower case letter
  8. Must have at least one numeric digit
  9. You will have a function for each validation.
  10.  
  11. After the password is checked the program will
  12.  
  13. Return if the password passed or failed the check
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement