Description: The password is usually composed of four characters: 1, 2 uppercase letters, lowercase letters 3, number 4, other symbols (without spaces) you need to write a code class that implements the functions determine the level of password security. Password security level is calculated as follows: 1, legitimate password must begin with a letter, and the length of not less than 6. 2, illegal password security level is 0, the legal level of security passwords for the password in the number of types of characters appear.
To Search:
File list (Check if you may need any files):
password.cpp