Problem Description - Tom Kleen

"Password must be at least 8 characters long." If the password has at least 8 characters, but no lowercase letters, return a message saying "Password must have at least 1 lowercase letter." Use a loop to step through each character in the string. If you find any character that meets the following (where . ch. is the current character in the ... ................
................