Computers and Technology

Develop a c++ program that simulates a user creating/entering a new password into a system.
you may presume that the username is irrelevant to complete this program.
have the program ask the user to enter a proposed password as a string.
validate that the password meets the following criteria:
password must be at least ten characters long
password must contain at least one uppercase letter
password must contain at least one lowercase letter

answer
Answers: 3

Similar questions

Do you know the correct answer?
Develop a c++ program that simulates a user creating/entering a new password into a system.
yo...

Questions in other subjects: