Question: Write a program that requires a user to enter their own password as part of creating their online account. Your program will require the user's

 Write a program that requires a user to enter their own

Write a program that requires a user to enter their own password as part of creating their online account. Your program will require the user's passwords meet the following criteria 1) The password should be at least eight (8) characters long. 2) The password should contain at least one (1) uppercase letter and at least one (1) lowercase letter. 3) The password should have at least one (1) number 4) The password must start with a letter. Your job is to write a program that asks the users for a password and then calls a function to verify if the password meets the criteria specified If the password does not meet the criteria, tell the user why if failed validation. (HINT: Have your function return a boolean result and pass a second parameter by reference that contains the error message) Upload you Main.cpp file into Blackboard when completed

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!