Question: We are using c programming Including only 8. Write your own program to allow users to validate new passwords. The program prompt the user to
8. Write your own program to allow users to validate new passwords. The program prompt the user to enter a new password. After the user hits the enter key. tre respond with the following: -If the password is valid, the program should print The password -If the password is invalid, the program should print new password. The user should have a chance to retry changing valid password is entered. nvalid Password, Please Enter a their password until a Valid passwords must be at least 16 characters, must contain at least 3 uppercaso must contain at least 2 numbers. You can use the Macros defined below familiar with. DO NOT worry about confirming the password a second time or saving password. Also DO NOT worry about making the program whitespace the users know not to use those whitespace characters in their password. that you should be tolerant. We will assume #define ls_DIGIT(c) ((c) >:U&&(c)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
