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 IU-L
Programming Challenge: 12- 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 twe/ve 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 non-punctuation characters. Unfortunately at our level of C++ it's more or
less impossible for us to actually test passwords like Seor_99 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
"Lost_Frogs99" 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.***
 UIIUEvOIK IU-L Programming Challenge: 12- Password Verifier Use the string data

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!