Question: C++. The output must look like the image below. When password does not meet the criteria the output must be specific to what is incorrect

 C++. The output must look like the image below. When password

C++.

The output must look like the image below. When password does not meet the criteria the output must be specific to what is incorrect and allow the user to re-enter a new password.

does not meet the criteria the output must be specific to what

12. Password Verifier Imagine you are developing a software package that requires users to enter their own passwords. Your software requires that users' passwords meet the following criteria: The password should be at least six characters long. The password should contain at least one uppercase and at least one lowercase letter. The password should have at least one digit. Write a program that asks for a password and then verifies that it meets the stated criteria. If it doesn't, the program should display a message telling the user why. C:Users\davyn\Documents\courses troy\l_2013\C++\Homework\student_work Debug\week2_sa... The password must have: at least 6 characters, at least one uppercase character, at least one lowercase character, at least one numeric digit Enter a password: asdf The password must be 6 or more characters long. The password must have: at least one uppercase character The password is not valid. Press any key to continue . . - - C:\Users\davyn\Documents\courses troy\l_2013\C++\Homework student_work Debug week2 sa... The password must have: at least 6 characters, at least one uppercase character, at least one lowercase character, at least one numeric digit Enter a password: I lovecato The password is valid. Press any key to continue

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!