Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions