Question: Using C++ develop code that will verify the password the user is selecting meets the requirements of a password for the system. Create a program

Using C++ develop code that will verify the password the user is selecting meets the requirements of a password for the system. Create a program which will verify that a password meets the following criteria:

The password should be at least 6 characters long.

The password should contain at least one uppercase and at least one lowercase letter.

The password should have at least one digit.

If the password does not meet these requirements, the program should display a message telling the user why the password is invalid, specifically.

Program must have the following functions:

void validatePassword(char [ ])

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!