Question: C Programming #include Write a program will verify a users password. Passwords must: - Be between 8 and 16 characters long. - Contain at least
C Programming
#include
Write a program will verify a users password. Passwords must:
- Be between 8 and 16 characters long.
- Contain at least one upper case letter and one lower case letter.
- Contain at least one special character.
- Contain at least one digit.
You may create functions or you may write all code in main. Once the user has created a password that meets all the criteria listed above, ask them to re-enter their password until the passwords match.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
