Question: We are using c programming We can only use And there is a one more modification to this problem The password cannot be password 8.
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 respond with the following: key, the program should -If the password is valid, the program should print The -If the password is invalid, the program should print password you entered is valid "Invalid Password, Please Enter a have a chance to retry changing their password until a valid password is entered. 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 tolerant the users know not to use those whitespace characters in their password. that you should be #define #define #define IS-DIGIT(c) ((c) >:T && (c) -'a, && (c) IS UPPER(c) ((c) >: 'A' && (c)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
