Question: UIIUEvOIK IU - L Programming Challenge: 1 2 - Password Verifier Use the string data type. Do not use arrays of type char or any
UIIUEvOIK IUL
Programming Challenge: Password Verifier
Use the string data type. Do not use arrays of type char or any functions in the old C
String" libraries.
Six characters? Seriously? Set the minimum password length to tweve characters.
We will also require that the password not contain any space characters.
In addition to the requirement that the password contain at least one upper case letter, one
lower case letter, and one digit, add the additional requirement that the password contain at
least one "special" character. We will consider any character that is printable, not
alphanumeric, and not a space character to be "special." That includes punctuation, but may
include additional nonpunctuation characters. Unfortunately at our level of C it's more or
less impossible for us to actually test passwords like Seor but the with a tilde would
count as a special character using our rules.
Write functions to complete these tasks as appropriate.
For your screen shot, begin with the password "lost frogs" with a space which will fail
almost every test. Correct the password, one test at a time, until you end up with
"LostFrogs for the final and acceptable password.
Deliverables: The cpp file and screen shots for this Programming Challenge.
C i need the program to continue if the password is invalid and keep asking until the password is accepted.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
