Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 526 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 526 Bytes

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.