Skip to content

smasuku/doorman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

doorman

password checker according to "defined rules"
(1) length of 6
(2) two capital letters, two small letters, and two numbers

1. The program continues asking for the password, until the correct password is entered.

2. The program now limits (five attempts) to enter the correct password when asked.